Renice
Renice is a command used on Unix-like systems to modify the scheduling priority of running processes by changing their niceness value. The niceness value is an integer from -20 (highest priority) to 19 (lowest priority). The default value for new processes is 0. Lower niceness numbers mean higher priority; higher numbers mean lower priority. Renice affects the kernel’s scheduler for the target processes; it does not directly control CPU time but influences scheduling decisions.
Usage and targets: Renice takes a new niceness value and a target. Targets can be specified by
Privileges: Regular users may only increase niceness values for their own processes (i.e., move toward 19). Decreasing
Variants and related commands: Renice is part of the procps (procps-ng) package on Linux and has equivalents