1NICE(1) User Commands NICE(1)
2
3
4
6 nice - run a program with modified scheduling priority
7
9 nice [OPTION] [COMMAND [ARG]...]
10
12 Run COMMAND with an adjusted niceness, which affects process schedul‐
13 ing. With no COMMAND, print the current niceness. Nicenesses range
14 from -20 (most favorable scheduling) to 19 (least favorable).
15
16 -n, --adjustment=N
17 add integer N to the niceness (default 10)
18
19 --help display this help and exit
20
21 --version
22 output version information and exit
23
24 NOTE: your shell may have its own version of nice, which usually super‐
25 sedes the version described here. Please refer to your shell's docu‐
26 mentation for details about the options it supports.
27
29 Written by David MacKenzie.
30
32 Report nice bugs to bug-coreutils@gnu.org
33 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
34 General help using GNU software: <http://www.gnu.org/gethelp/>
35 Report nice translation bugs to <http://translationproject.org/team/>
36
38 Copyright © 2010 Free Software Foundation, Inc. License GPLv3+: GNU
39 GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
40 This is free software: you are free to change and redistribute it.
41 There is NO WARRANTY, to the extent permitted by law.
42
44 nice(2)
45
46 The full documentation for nice is maintained as a Texinfo manual. If
47 the info and nice programs are properly installed at your site, the
48 command
49
50 info coreutils 'nice invocation'
51
52 should give you access to the complete manual.
53
54
55
56GNU coreutils 8.4 June 2018 NICE(1)