XK0-004 · Question #140
XK0-004 Question #140: Real Exam Question with Answer & Explanation
The correct answer is C: renice -n 10 -p 2864. A higher value of priority actually makes the process lower priority; it means the process demands fewer system resources (and therefore is a "nicer" process). A lower priority value means the process demands more resources, possibly denying those resources to processes that are
Question
Options
- Anice -n 5 -p 2864
- Bnice -n -5 -p 2864
- Crenice -n 10 -p 2864
- Drenice -n -10 -p 2864
Explanation
A higher value of priority actually makes the process lower priority; it means the process demands fewer system resources (and therefore is a "nicer" process). A lower priority value means the process demands more resources, possibly denying those resources to processes that are "nicer". Range is - 20 to 19 -20 is highest priority 19 is lowest priority
Community Discussion
No community discussion yet for this question.