CompTIA Linux+ Powered by LPI (LX0-103) — Question 11
When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?
Answer options
- A. -10
- B. 0
- C. 10
- D. 20
Correct answer: C
Explanation
When a program is started using the nice command with no specified parameters, it defaults to a nice level of 10. Options A, B, and D represent different nice levels but do not reflect the default behavior of the nice command.