nerdexam
LPI

117-101 · 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. See the full explanation below for the reasoning.

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

(34 responses)
  • A
    9% (3)
  • B
    74% (25)
  • C
    3% (1)
  • D
    15% (5)

Community Discussion

No community discussion yet for this question.

Full 117-101 Practice