English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux renice command is used to reset the priority of one or more processes (Process) (one or more will be determined according to the parameters).
Note:Every process (Process) has a unique (unique) ID.
Permissions: All users.
renice priority [[-[p] pid ...] [[-[g] pgrp ...] [[-[u] user ...]
Parameter Description:
Set the priority of the process with the process ID 987 and 32 The priority of the process and the owner of the process is added to the priority number of daemon and root 1
renice +1 987 -u daemon root -p 32