NOHUP(1) COMMAND REFERENCE NOHUP(1)
NAME
nohup - run a command immune to hangup and terminate signals
(sh only)
SYNOPSIS
nohup command [ arguments ]
DESCRIPTION
Nohup executes command immune to hangup and terminate
signals from the controlling terminal. The priority is
incremented by 5. Nohup should be invoked from the shell
with `&' to prevent it from responding to the next person
who logs in on the same terminal. If the standard output
and standard error are connected to a terminal, the standard
output and standard error for the command are redirected to
the file nohup.out.
EXAMPLES
The following example executes nroff(1) on the file text and
sends the output to the line printer, even if the user logs
off. Any messages that would be sent to the terminal are put
in the file nohup.out.
nohup nroff -Tlp text&
Note that this command is being run in the background so the
user's terminal is free while the command executes.
FILES
nohup.out default standard output and
standard error file
RETURN VALUE
Nohup returns the exit status of the command executed.
SEE ALSO
nice(1), nroff(1), renice(1), sh(1sh), getpriority(2),
setpriority(2).
Printed 10/17/86 1
%%index%%
na:72,115;
sy:187,121;
de:308,634;
ex:942,472;
fi:1414,161;
rv:1575,170;
se:1745,237;
%%index%%000000000119