home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / nohup.1 < prev    next >
Encoding:
Text File  |  1991-11-13  |  900 b   |  67 lines

  1.  
  2.  
  3.  
  4. NOHUP(1L)                                               NOHUP(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      nohup - run a command immume to hangups, with output to a
  10.      non-tty
  11.  
  12. SYNOPSIS
  13.      nohup command [arg...]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of nohup.  nohup
  17.      runs the given _✓c_✓o_✓m_✓m_✓a_✓n_✓d with hangup signals ignored and the
  18.      scheduling priority increased by 5, so that the command can
  19.      continue running in the background after you log out.  If
  20.      the standard output is a tty, it and the standard error are
  21.      redirected so that they are appended to the file
  22.      `nohup.out'; if that cannot be written to, they are appended
  23.      to the file `$HOME/nohup.out'.
  24.  
  25.      nohup does not automatically put the command it runs in the
  26.      background; you must do that explicitly, by ending the com-
  27.      mand line with an `&'.
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Page 1
  64.  
  65.  
  66.  
  67.