| manpages.info - online man pages | ![]() |
|||
|
nice (1) Table of Contents
Namenice - execute a utility with an altered scheduling priority
Synopsisnice [-n increment] utility [argument ...]
Descriptionnice runs utility at an altered scheduling priority. If an increment is given, it is used; otherwise an increment of 10 is assumed. The superuser can run utilities with priorities higher than normal by using a negative increment. The priority can be adjusted over a range of -20 (the highest) to 20 (the lowest).
Available options:
DiagnosticsThe nice utility shall exit with one of the following values:
Otherwise, the exit status of nice shall be that of utility.
CompatibilityThe historic -increment option has been deprecated but is still supported in this implementation.
See Alsocsh(1) , getpriority(2) , setpriority(2) , renice(8)
StandardsThe nice utility conforms to IEEE Std 1003.2-1992 (``POSIX.2'').
HistoryA nice utility appeared in Version 6 AT&T UNIX.
Bugsnice is built into csh(1) with a slightly different syntax than described here. The form `nice +10' nices to positive nice, and `nice -10' can be used by the super-user to give a process more of the processor.
|