Bell 32V development
[unix-history] / usr / man / man1 / nohup.1
CommitLineData
c1030a02
TL
1.TH NOHUP 1
2.SH NAME
3nohup \- run a command immune to hangups
4.SH SYNOPSIS
5.B nohup
6command [ arguments ]
7.SH DESCRIPTION
8.I Nohup
9executes
10.I command
11with signals 1, 3 and 13
12(hangup, quit and soft kill) ignored.
13The priority of the command is run at
14nice \-5.
15Signal 2 (interrupt) will be ignored if
16the command is run asynchronously
17(with &)
18from the shell.
19If the command whould have had a terminal as standard
20output,
21it is redirected to the file `nohup.out'.
22.SH FILES
23nohup.out redirected standard output.
24.SH "SEE ALSO"
25nice(1), signal(2)