Process Management

renice

English

Overview

A command that changes the priority (nice value) of an already-running process.

Details

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.

More Linux terms