What is the default nice level when a process is started using the nice command?

What is the default nice level when a process is started using the nice command?
A. -10
B. 0
C. 10
D. 15
E. 20

Download Printable PDF. VALID exam to help you PASS.

6 thoughts on “What is the default nice level when a process is started using the nice command?

  1. The VALUE parameter is a numeric value from –20 to 19. The lower the number, the
    higher priority the process receives. The default niceness level is zero.

    3
    11
  2. Process without NICE command have a NICE Value of 0
    When you use the command NICE, default NICE command value is 10
    Watch out how the question is put.
    The question is: “What is the default nice level when a process is started using the nice command”
    There for what is the default value when you use NICE command.
    Therefor C

    20
    1
    1. Do not get fooled. That is the default for the -n option, because that option is ADD integer N to the niceness. You can’t add 0, hence default is 10. Processes do start with nice 0.

      3
      1

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.