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. Niceness values
14 range from -20 (most favorable to the process) to 19 (least favorable
15 to the process).
16
17 Mandatory arguments to long options are mandatory for short options
18 too.
19
20 -n, --adjustment=N
21 add integer N to the niceness (default 10)
22
23 --help display this help and exit
24
25 --version
26 output version information and exit
27
28 NOTE: your shell may have its own version of nice, which usually super‐
29 sedes the version described here. Please refer to your shell's docu‐
30 mentation for details about the options it supports.
31
33 Written by David MacKenzie.
34
36 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
37 Report any translation bugs to <https://translationproject.org/team/>
38
40 Copyright © 2020 Free Software Foundation, Inc. License GPLv3+: GNU
41 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
42 This is free software: you are free to change and redistribute it.
43 There is NO WARRANTY, to the extent permitted by law.
44
46 nice(2), renice(1)
47
48 Full documentation <https://www.gnu.org/software/coreutils/nice>
49 or available locally via: info '(coreutils) nice invocation'
50
51
52
53GNU coreutils 8.32 February 2021 NICE(1)