OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/coreutils.git] / original / man1 / nohup.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
2 .TH NOHUP "1" "May 2014" "GNU coreutils 8.22" "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 \fI/dev/null\fP.
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 .PP
32 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
33 Report nohup translation bugs to <http://translationproject.org/team/>
34 .SH AUTHOR
35 Written by Jim Meyering.
36 .SH COPYRIGHT
37 Copyright \(co 2013 Free Software Foundation, Inc.
38 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
39 .br
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 .SH "SEE ALSO"
43 The full documentation for
44 .B nohup
45 is maintained as a Texinfo manual.  If the
46 .B info
47 and
48 .B nohup
49 programs are properly installed at your site, the command
50 .IP
51 .B info coreutils \(aqnohup invocation\(aq
52 .PP
53 should give you access to the complete manual.