nerdexam
LPI

101-500 · Question #273

What command changes the priority of the process running with process id of 12345 to the highest priority?

The correct answer is B. /usr/bin/renice -20 12345. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

GNU and Unix Commands

Question

What command changes the priority of the process running with process id of 12345 to the highest priority?

Options

  • A/usr/bin/renice +20 1234
  • B/usr/bin/renice -20 12345
  • C/bin/setpriority +20 12345
  • D/bin/setpriority -20 12345

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    92% (24)
  • D
    4% (1)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#process priority#renice command#process management#scheduling

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice