2015-01-28 22:55:57 +00:00
|
|
|
.Dd January 28, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt NOHUP 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-28 22:55:57 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm nohup
|
|
|
|
.Nd run command immune to hangups
|
|
|
|
.Sh SYNOPSIS
|
2015-01-30 20:17:58 +00:00
|
|
|
.Nm
|
2015-01-28 22:55:57 +00:00
|
|
|
.Ar cmd
|
|
|
|
.Op Ar arg ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
runs
|
|
|
|
.Ar cmd
|
|
|
|
with the
|
|
|
|
.Em HUP
|
|
|
|
signal set to be ignored.
|
|
|
|
.Pp
|
|
|
|
If stdout is a terminal, it is appended to
|
|
|
|
.Em nohup.out
|
|
|
|
in the current working directory.
|
|
|
|
If stderr is a terminal, it is redirected to stdout.
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr signal 7
|
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
|
|
|
.St -p1003.1-2008
|
|
|
|
specification.
|