An administrator needs to increase the system priority of a process with PID 2274. Which of the following commands should the administrator use to accomplish this task?
- Arenice -n -15 2274 (correct answer)
- Bnice -15 2274
- Cecho "-15" > /proc/PID/2274/priority
- Dps -ef | grep 2274
Reveal answer & explanationHide answer
The correct answer is A. Option A: renice -n -15 2274



