Which of the following commands can you use to set the nice value for a program, if you do not have super user privileges, prior to running the program?
Nice values are 0-19 for a lower priority, and -1 to -20 for a higher priority. You cannot set a higher priority (-1 to -20) without super user privileges, and nice value 0 is the default. The commands that allow you to set the nice value prior to running the program without super user privileges are: nice -n # and nice -# where # is the nice value.