home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9744 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  2.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!emory!athena.cs.uga.edu!pollux!hal
  2. From: hal@pollux.cs.uga.edu (Hal N. Brooks)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Killing background processes on logout
  5. Message-ID: <1992Sep3.140349.25323@athena.cs.uga.edu>
  6. Date: 3 Sep 92 14:03:49 GMT
  7. References: <1992Sep1.233959.10014@athena.mit.edu>
  8. Sender: news@athena.cs.uga.edu
  9. Organization: University of Georgia, Athens
  10. Lines: 56
  11.  
  12. In article <1992Sep1.233959.10014@athena.mit.edu> hammond@kwhpc.caseng.com writes:
  13. >| 
  14. >| In comp.os.linux you write:
  15. [note --- I can't attribute this, since hammond didn't]
  16. >| 
  17.  
  18. [some irrelevant stuff deleted]
  19.  
  20. >| >So, I stand (sit) corrected.  I now fully share the belief that the csh does
  21. >| >not kill background processes on exit.  Thank you everyone for helping me
  22. >| >to see the light!  :-)
  23. >| 
  24. >|     No problem.  :-)  The man page for csh would have done it quite some
  25. >| time ago, actually.
  26. >| 
  27. >
  28. >Not necessarily so ... I fired up the man pages on my csh at work (SunOS) and
  29.                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  30. >they did not mention it.  Of course, I don't have the man pages for the linux
  31.  ^^^^^^^^^^^^^^^^^^^^^^^^
  32. >tcsh, so that may be where I've gone wrong!  :-)
  33. >
  34.  
  35. FLAME ON:
  36.  
  37. Learn to accept, Kevin, that you are as likely as anyone
  38. to be wrong at every turn.  From the csh(1) manpage of
  39. SunOS 4.1:
  40.  
  41.  
  42.      nohup [ command ]
  43.                Run command with HUPs ignored.  With no arguments,
  44.                ignore  HUPs throughout the remainder of a script.
  45.                When given, command is always run in  a  subshell,
  46.                and  the restrictions placed on commands in simple
  47.                if commands apply.  All processes detached with  &
  48.                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  49.                are effectively nohup'd.
  50.                ^^^^^^^^^^^^^^^^^^^^^^^^
  51.  
  52.      notify [ %job ] ...
  53.                Notify the user asynchronously when the status  of
  54.                the current, or of specified jobs, changes.
  55.  
  56.  
  57.  
  58.  
  59.  
  60. Sun Release 4.1    Last change: 2 October 1989                 19
  61.  
  62.  
  63. FLAME OFF
  64.  
  65. =============================================================================
  66.  Hal N. Brooks     Voice: (706) 546-7792     Internet: hal@pollux.cs.uga.edu
  67. =============================================================================
  68.