2015-03-02 15:53:13 +00:00
|
|
|
.Dd March 1, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt NICE 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-28 21:40:40 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm nice
|
|
|
|
.Nd run command with altered niceness
|
|
|
|
.Sh SYNOPSIS
|
2015-01-30 20:17:58 +00:00
|
|
|
.Nm
|
2015-01-28 21:40:40 +00:00
|
|
|
.Op Fl n Ar inc
|
|
|
|
.Ar cmd
|
|
|
|
.Op Ar arg ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
runs
|
|
|
|
.Ar cmd
|
|
|
|
with the current niceness plus
|
|
|
|
.Ar inc .
|
|
|
|
A negative niceness is reserved to the superuser.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl n Ar inc
|
|
|
|
Change niceness by
|
|
|
|
.Ar inc ,
|
|
|
|
ranging from
|
|
|
|
.Sy -20
|
|
|
|
(highest priority)
|
|
|
|
to
|
2015-03-02 15:53:13 +00:00
|
|
|
.Sy +20
|
2015-01-28 21:40:40 +00:00
|
|
|
(lowest priority).
|
|
|
|
Default is 10.
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
2015-01-31 13:43:27 +00:00
|
|
|
.Xr nice 2 ,
|
|
|
|
.Xr renice 2
|
2015-01-28 21:40:40 +00:00
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
|
|
|
.St -p1003.1-2008
|
|
|
|
specification.
|