Easy Tutorial
❮ Linux Comm Mkdosfs Linux Comm Setserial ❯

Linux renice Command

Linux Command Manual

The Linux renice command is used to reassign the priority of one or more processes (the number of processes will depend on the parameters provided).

Note: Each process has a unique ID.

Usage permission: All users.

Syntax

renice priority [[-p] pid ...] [[-g] pgrp ...] [[-u] user ...]

Parameter Description:

Example

Increase the priority number by 1 for the processes with IDs 987 and 32, and for the processes owned by daemon and root.

renice +1 987 -u daemon root -p 32

Linux Command Manual

❮ Linux Comm Mkdosfs Linux Comm Setserial ❯