Introduction
Introduction Statistics Contact Development Disclaimer Help
renice.1 - sbase - suckless unix tools
git clone git://git.suckless.org/sbase
Log
Files
Refs
README
LICENSE
---
renice.1 (701B)
---
1 .Dd October 8, 2015
2 .Dt RENICE 1
3 .Os sbase
4 .Sh NAME
5 .Nm renice
6 .Nd change niceness of processes
7 .Sh SYNOPSIS
8 .Nm
9 .Fl n Ar num
10 .Op Fl g | Fl p | Fl u
11 .Ar id ...
12 .Sh DESCRIPTION
13 .Nm
14 changes the niceness of each process with the given
15 .Ar id .
16 Only the superuser can lower the niceness.
17 .Sh OPTIONS
18 .Bl -tag -width Ds
19 .It Fl g | Fl p | Fl u
20 Interpret each
21 .Ar id
22 as a process group ID | process ID | user name or ID.
23 The middle option is default.
24 .It Fl n Ar num
25 Change niceness by
26 .Ar num ,
27 with niceness ranging from
28 .Sy -20
29 (highest priority)
30 to
31 .Sy +20
32 (lowest priority).
33 .El
34 .Sh SEE ALSO
35 .Xr nice 2 ,
36 .Xr renice 2
37 .Sh STANDARDS
38 The
39 .Nm
40 utility is compliant with the
41 .St -p1003.1-2013
42 specification.
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.