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

NAME

6       nohup - run a command immune to hangups, with output to a non-tty
7

SYNOPSIS

9       nohup COMMAND [ARG]...
10       nohup OPTION
11

DESCRIPTION

13       Run COMMAND, ignoring hangup signals.
14
15       --help display this help and exit
16
17       --version
18              output version information and exit
19
20       If  standard input is a terminal, redirect it from /dev/null.  If stan‐
21       dard output is a terminal, append output to  `nohup.out'  if  possible,
22       `$HOME/nohup.out' otherwise.  If standard error is a terminal, redirect
23       it to standard output.  To save output to FILE, use  `nohup  COMMAND  >
24       FILE'.
25
26       NOTE:  your  shell  may  have  its  own version of nohup, which usually
27       supersedes the version described here.  Please refer  to  your  shell's
28       documentation for details about the options it supports.
29

AUTHOR

31       Written by Jim Meyering.
32

REPORTING BUGS

34       Report nohup bugs to bug-coreutils@gnu.org
35       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
36       General help using GNU software: <http://www.gnu.org/gethelp/>
37       Report nohup translation bugs to <http://translationproject.org/team/>
38
40       Copyright  ©  2010  Free Software Foundation, Inc.  License GPLv3+: GNU
41       GPL version 3 or later <http://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

SEE ALSO

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