Query: nice
OS: freebsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NICE(1) BSD General Commands Manual NICE(1)NAMEnice -- execute a utility at an altered scheduling prioritySYNOPSISnice [-n increment] utility [argument ...]DESCRIPTIONThe nice utility runs utility at an altered scheduling priority, by incrementing its ``nice'' value by the specified increment, or a default value of 10. The lower the nice value of a process, the higher its scheduling priority. The superuser may specify a negative increment in order to run a utility with a higher scheduling priority. Some shells may provide a builtin nice command which is similar or identical to this utility. Consult the builtin(1) manual page.ENVIRONMENTThe PATH environment variable is used to locate the requested utility if the name contains no '/' characters.EXIT STATUSIf utility is invoked, the exit status of nice is the exit status of utility. 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 dateCOMPATIBILITYThe traditional -increment option has been deprecated but is still supported.SEE ALSObuiltin(1), csh(1), idprio(1), rtprio(1), getpriority(2), setpriority(2), renice(8)STANDARDSThe nice utility conforms to IEEE Std 1003.1-2001 (``POSIX.1'').HISTORYA nice utility appeared in Version 4 AT&T UNIX.BSDFebruary 24, 2011 BSD
Related Man Pages |
---|
idprio(1) - freebsd |
nice(2) - debian |
rtprio(1) - freebsd |
nice(2) - suse |
renice(8) - osx |
Similar Topics in the Unix Linux Community |
---|
UNIX date command |
Increment a date variable in perl script |
Trying to change header date of a file |
Bit of a math question |
Creating dir with date and then increment by 1 |