1NICE(1)                          User Commands                         NICE(1)
2
3
4

NAME

6       nice - run a program with modified scheduling priority
7

SYNOPSIS

9       nice [OPTION] [COMMAND [ARG]...]
10

DESCRIPTION

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
32       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
33       Report nice translation bugs to <http://translationproject.org/team/>
34

AUTHOR

36       Written by David MacKenzie.
37
39       Copyright © 2013 Free Software Foundation, Inc.   License  GPLv3+:  GNU
40       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
41       This  is  free  software:  you  are free to change and redistribute it.
42       There is NO WARRANTY, to the extent permitted by law.
43

SEE ALSO

45       nice(2), renice(1)
46
47       The full documentation for nice is maintained as a Texinfo manual.   If
48       the  info  and  nice  programs are properly installed at your site, the
49       command
50
51              info coreutils 'nice invocation'
52
53       should give you access to the complete manual.
54
55
56
57GNU coreutils 8.22               October 2018                          NICE(1)
Impressum