renice -n -5 -p 1234

Category: Administration

renice -n -5 -p 1234

Raise a process priority

renice changes the nice value of a running process, and negative values mean higher priority, so -5 boosts process 1234. Raising priority requires root, while lowering it is allowed for your own processes. Revert with renice -n 0 -p 1234 and watch impact with top.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.