summaryrefslogtreecommitdiff
path: root/util/sbase/nice.1
blob: 18bbe585da36615eff3d25c7812646f476c76499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.Dd October 8, 2015
.Dt NICE 1
.Os sbase
.Sh NAME
.Nm nice
.Nd run command with altered niceness
.Sh SYNOPSIS
.Nm
.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
.Sy +20
(lowest priority).
Default is 10.
.El
.Sh SEE ALSO
.Xr nice 2 ,
.Xr renice 2
.Sh STANDARDS
POSIX.1-2013.