OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/coreutils.git] / original / man1 / nohup.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH NOHUP "1" "March 2012" "GNU coreutils 8.16" "User Commands"
3 .SH NAME
4 nohup \- run a command immune to hangups, with output to a non-tty
5 .SH SYNOPSIS
6 .B nohup
7 \fICOMMAND \fR[\fIARG\fR]...
8 .br
9 .B nohup
10 \fIOPTION\fR
11 .SH DESCRIPTION
12 .\" Add any additional description here
13 .PP
14 Run COMMAND, ignoring hangup signals.
15 .TP
16 \fB\-\-help\fR
17 display this help and exit
18 .TP
19 \fB\-\-version\fR
20 output version information and exit
21 .PP
22 If standard input is a terminal, redirect it from /dev/null.
23 If standard output is a terminal, append output to 'nohup.out' if possible,
24 \&'$HOME/nohup.out' otherwise.
25 If standard error is a terminal, redirect it to standard output.
26 To save output to FILE, use 'nohup COMMAND > FILE'.
27 .PP
28 NOTE: your shell may have its own version of nohup, which usually supersedes
29 the version described here.  Please refer to your shell's documentation
30 for details about the options it supports.
31 .SH AUTHOR
32 Written by Jim Meyering.
33 .SH "REPORTING BUGS"
34 Report nohup bugs to bug\-coreutils@gnu.org
35 .br
36 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
37 .br
38 General help using GNU software: <http://www.gnu.org/gethelp/>
39 .br
40 Report nohup translation bugs to <http://translationproject.org/team/>
41 .SH COPYRIGHT
42 Copyright \(co 2012 Free Software Foundation, Inc.
43 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
44 .br
45 This is free software: you are free to change and redistribute it.
46 There is NO WARRANTY, to the extent permitted by law.
47 .SH "SEE ALSO"
48 The full documentation for
49 .B nohup
50 is maintained as a Texinfo manual.  If the
51 .B info
52 and
53 .B nohup
54 programs are properly installed at your site, the command
55 .IP
56 .B info coreutils \(aqnohup invocation\(aq
57 .PP
58 should give you access to the complete manual.