RENICE(1) General Commands Manual RENICE(1)

renicemodify scheduling priority of running processes

renice [-p] -n adj PID...

renice -g -n adj PGID...

renice -u -n adj UID...

renice modifies the scheduling priority of running processes.

Adjust all processes of each given process groups IDs (PGID).
adj
Positive or negative integer used to adjust the scheduling priority of the process relative to it's current priority. Negative adj may require appropriate privileges.
Adjust each given process IDs (PID). (default)
Adjust all processes of each given user IDs (UID).

The renice utility exits 0 on success, and >0 if an error occurs.

nice(1), setpriority(3)

renice should be compliant with the IEEE Std 1003.1-2024 (“POSIX.1”) specification.

Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>

2024-09-08 Linux 6.6.67-gentoo-x86_64