nice - run a command at low priority
Synopsis
Description
Environment Variables
See Also
nice [-n number] utility [argument ...]nice [-number] utility [argument ...]
The nice command executes utility with low scheduling priority. If the number argument is present, the priority is incremented (higher numbers mean lower priority) by that amount up to a limit of 19. The default number is 10.An user with appropriate privileges may run commands with priority higher than normal by using a negative priority, e. g. '--10'.
The -n number syntax was introduced by POSIX.2.
PATH Used to locate utility.
priocntl(1), sh(1), nice(2), execvp(3)
Heirloom Toolchest | NICE (1) | 12/6/04 |