A command that changes the priority (nice value) of an already-running process.
While the nice command can only set priority when a process starts, renice can dynamically adjust the priority of a running process by specifying its PID. It's used to lower the priority of a CPU-hungry process so it has less impact on other work.
© 2026 ITBGM