Latest web development tutorials

Linux renice command

Linux command Daquan Linux command Daquan

Linux renice command is used to reassign one or more stroke (Process) priority sequence (one or more will be, according to the parameters).

Note: Each stroke (Process) has a unique (unique) id.

Access: All users.

grammar

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

Parameter Description:

  • -p pid reassign travel itinerary with id pid Priority
  • -g pgrp reassign stroke group (process group) id for the pgrp trip (one or more) of Priority
  • -u user reassign owned by user travel itinerary Priority

Examples

The itinerary id 987 and 32 stroke and stroke owned by daemon and root priority sequence number plus 1

renice +1 987 -u daemon root -p 32

Linux command Daquan Linux command Daquan