Linux Foundation Certified System Administrator (LFCS) — Question 18
What is the default nice level when a process is started using the nice command?
Answer options
- A. -10
- B. 10
- C. 20
- D. 0
Correct answer: B
Explanation
The default nice level when a process is started using the nice command is 10, which indicates a lower priority for CPU time. Options A, C, and D refer to different nice levels that either increase priority or are not the default setting.