ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages

 

This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles.

For more information about the manual page format, see the manual page for manpages(5).



NOHUP(1)                  BSD General Commands Manual                 NOHUP(1)

NAME
     nohup -- invoke a command immune to hangups

SYNOPSIS
     nohup utility [arg ...]

DESCRIPTION
     The nohup utility invokes command with its arguments and at this time sets the signal SIGHUP to be
     ignored.  If the standard output is a terminal, the standard output is appended to the file nohup.out
     in the current directory.  If standard error is a terminal, it is directed to the same place as the
     standard output.

ENVIRONMENT
     The following variable is utilized by nohup.

     HOME  If the output file nohup.out cannot be created in the current directory, the nohup utility uses
           the directory named by HOME to create the file.

DIAGNOSTICS
     The nohup utility shall exit with one of the following values:

     126     The utility was found but could not be invoked.

     127     The utility could not be found or an error occurred in nohup.

     Otherwise, the exit status of nohup shall be that of utility.

SEE ALSO
     signal(3)

STANDARDS
     The nohup command is expected to be IEEE Std 1003.2 (``POSIX.2'') compatible.

BSD                              June 6, 1993                              BSD

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.