NOHUP(C) UNIX System V
Name
nohup - runs a command immune to hangups and quits
Syntax
nohup command [ arguments ]
Description
nohup executes command with hangups and quits ignored. If
output is not redirected by the user, it will be sent to
nohup.out. If the user does not have write permission in
the current directory, output is redirected to
$HOME/nohup.out.
See Also
nice(C), signal(S)
Standards Conformance
nohup is conformant with:
AT&T SVID Issue 2, Select Code 307-127;
and The X/Open Portability Guide II of January 1987.
(printed 8/28/89) NOHUP(C)