home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / gcc263-utildoc.lha / gnu / man / man1 / nohup.1 < prev    next >
Encoding:
Text File  |  1994-12-19  |  1.8 KB  |  67 lines

  1.  
  2.  
  3.  
  4. NOHUP(1L)                                               NOHUP(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        nohup  - run a command immune to hangups, with output to a
  9.        non-tty
  10.  
  11. SSYYNNOOPPSSIISS
  12.        nnoohhuupp command [arg...]
  13.        nnoohhuupp {--help,--version}
  14.  
  15. DDEESSCCRRIIPPTTIIOONN
  16.        This manual page  documents  the  GNU  version  of  nnoohhuupp.
  17.        nnoohhuupp  runs  the given _c_o_m_m_a_n_d with hangup signals ignored
  18.        and the scheduling priority increased by 5,  so  that  the
  19.        command  can  continue running in the background after you
  20.        log out.  If the standard output is  a  tty,  it  and  the
  21.        standard error are redirected so that they are appended to
  22.        the file `nohup.out'; if that cannot be written  to,  they
  23.        are  appended to the file `$HOME/nohup.out'.  If that can-
  24.        not be written to, the command is not run.
  25.  
  26.        If    nnoohhuupp    creates    the    file    `nohup.out'    or
  27.        `$HOME/nohup.out',  it  creates  it with no access permis-
  28.        sions for group or other.  It does not change the  permis-
  29.        sions of those files if they already existed.
  30.  
  31.        nnoohhuupp  does  not  automatically put the command it runs in
  32.        the background; you must do that explicitly, by ending the
  33.        command line with an `&'.
  34.  
  35.    OOPPTTIIOONNSS
  36.        When  GNU  nnoohhuupp is invoked with exactly one argument, the
  37.        following options are recognized:
  38.  
  39.        _-_-_h_e_l_p Print a usage message on standard output  and  exit
  40.               successfully.
  41.  
  42.        _-_-_v_e_r_s_i_o_n
  43.               Print  version  information on standard output then
  44.               exit successfully.
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                    GNU Shell Utilities                      1
  65.  
  66.  
  67.