Which of the following statements is correct?

Regarding the command:
nice -5 /usr/bin/prog
Which of the following statements is correct?

Regarding the command:
nice -5 /usr/bin/prog
Which of the following statements is correct?

A.
/usr/bin/prog is executed with a nice level of -5.

B.
/usr/bin/prog is executed with a nice level of 5.

C.
/usr/bin/prog is executed with a priority of -5.

D.
/usr/bin/prog is executed with a priority of 5.



Leave a Reply 1

Your email address will not be published. Required fields are marked *


quaidox

quaidox

should the answer not be A here, as the default nice level is zero??