morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

nohup.1 (377B)


      1 .TH NOHUP 1 sbase\-VERSION
      2 .SH NAME
      3 nohup \- run a command immune to hangups
      4 .SH SYNOPSIS
      5 .B nohup
      6 .IR command ...
      7 .SH DESCRIPTION
      8 .B nohup
      9 runs the given command with the
     10 .I HUP
     11 signal set to be ignored.  If stdout is a terminal, it is appended to
     12 .I nohup.out
     13 in the current working directory; if stderr is a terminal, it is redirected to
     14 stdout.
     15 .SH SEE ALSO
     16 .IR signal (7)