add nohup

This commit is contained in:
Connor Lane Smith
2011-06-18 06:41:28 +01:00
parent e54eb9f4bc
commit f24772dcbb
7 changed files with 103 additions and 17 deletions

15
nohup.1 Normal file
View File

@@ -0,0 +1,15 @@
.TH NOHUP 1 sbase\-VERSION
.SH NAME
nohup \- run a command immune to hangups
.SH SYNOPSIS
.B nohup
.I command
.RI [ argument ...]
.SH DESCRIPTION
.B nohup
runs the given command with the SIGHUP signal set to be ignored. If stdout is a
tty, it is appended to
.I nohup.out
in the current working directory; if stderr is a tty, it is redirected to stdout.
.SH SEE ALSO
.IR signal (7)