![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSIS
DESCRIPTIONThe The superuser may specify a negative increment in order to run a utility with a higher scheduling priority. Some shells may provide a builtin ENVIRONMENTThe EXIT STATUSIf utility is invoked, the exit status of
An exit status of 126 indicates utility was found, but could not be executed. An exit status of 127 indicates utility could not be found. EXAMPLESExecute utility ‘date’ at priority 5 assuming the priority of the shell is 0: nice -n 5 date Execute utility ‘date’ at priority -19 assuming the priority of the shell is 0 and you are the super-user: nice -n 16 nice -n -35
date COMPATIBILITYThe traditional
SEE ALSObuiltin(1), csh(1), idprio(1), rtprio(1), getpriority(2), setpriority(2), renice(8) STANDARDSThe HISTORYA
|