Tizen 2.0 Release
[external/tizen-coreutils.git] / man / nice.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH NICE "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 nice \- run a program with modified scheduling priority
5 .SH SYNOPSIS
6 .B nice
7 [\fIOPTION\fR] [\fICOMMAND \fR[\fIARG\fR]...]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Run COMMAND with an adjusted niceness, which affects process scheduling.
12 With no COMMAND, print the current niceness.  Nicenesses range from
13 \fB\-20\fR (most favorable scheduling) to 19 (least favorable).
14 .TP
15 \fB\-n\fR, \fB\-\-adjustment\fR=\fIN\fR
16 add integer N to the niceness (default 10)
17 .TP
18 \fB\-\-help\fR
19 display this help and exit
20 .TP
21 \fB\-\-version\fR
22 output version information and exit
23 .PP
24 NOTE: your shell may have its own version of nice, which usually supersedes
25 the version described here.  Please refer to your shell's documentation
26 for details about the options it supports.
27 .SH AUTHOR
28 Written by David MacKenzie.
29 .SH "REPORTING BUGS"
30 Report bugs to <bug\-coreutils@gnu.org>.
31 .SH COPYRIGHT
32 Copyright \(co 2007 Free Software Foundation, Inc.
33 .br
34 This is free software.  You may redistribute copies of it under the terms of
35 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
36 There is NO WARRANTY, to the extent permitted by law.
37 .SH "SEE ALSO"
38 nice(2)
39 .PP
40 The full documentation for
41 .B nice
42 is maintained as a Texinfo manual.  If the
43 .B info
44 and
45 .B nice
46 programs are properly installed at your site, the command
47 .IP
48 .B info nice
49 .PP
50 should give you access to the complete manual.