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 an unreadable file.
21       If standard output is a terminal, append output to 'nohup.out' if  pos‐
22       sible,  '$HOME/nohup.out'  otherwise.  If standard error is a terminal,
23       redirect it to standard output.  To save output  to  FILE,  use  'nohup
24       COMMAND > FILE'.
25
26       NOTE:  your  shell may have its own version of nohup, which usually su‐
27       persedes the version described here.  Please refer to your shell's doc‐
28       umentation for details about the options it supports.
29
30   Exit status:
31       125    if the nohup command itself fails
32
33       126    if COMMAND is found but cannot be invoked
34
35       127    if COMMAND cannot be found
36
37       -      the exit status of COMMAND otherwise
38

AUTHOR

40       Written by Jim Meyering.
41

REPORTING BUGS

43       GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
44       Report any translation bugs to <https://translationproject.org/team/>
45
47       Copyright  ©  2023  Free Software Foundation, Inc.  License GPLv3+: GNU
48       GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
49       This is free software: you are free  to  change  and  redistribute  it.
50       There is NO WARRANTY, to the extent permitted by law.
51

SEE ALSO

53       Full documentation <https://www.gnu.org/software/coreutils/nohup>
54       or available locally via: info '(coreutils) nohup invocation'
55
56
57
58GNU coreutils 9.3               September 2023                        NOHUP(1)
Impressum