2011-06-18 05:41:28 +00:00
|
|
|
.TH NOHUP 1 sbase\-VERSION
|
|
|
|
.SH NAME
|
|
|
|
nohup \- run a command immune to hangups
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B nohup
|
2011-06-18 13:42:06 +00:00
|
|
|
.IR command ...
|
2011-06-18 05:41:28 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.B nohup
|
2011-06-18 13:42:06 +00:00
|
|
|
runs the given command with the
|
|
|
|
.I HUP
|
|
|
|
signal set to be ignored. If stdout is a terminal, it is appended to
|
2011-06-18 05:41:28 +00:00
|
|
|
.I nohup.out
|
2011-06-18 13:42:06 +00:00
|
|
|
in the current working directory; if stderr is a terminal, it is redirected to
|
|
|
|
stdout.
|
2011-06-18 05:41:28 +00:00
|
|
|
.SH SEE ALSO
|
|
|
|
.IR signal (7)
|