home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / aix / 11646 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!bu.edu!buphy.bu.edu!amelcuk
  2. From: amelcuk@buphy.bu.edu (Andre Melcuk)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: KILL signal
  5. Message-ID: <102328@bu.edu>
  6. Date: 17 Nov 92 18:51:44 GMT
  7. References: <1992Nov17.154556.7654@organpipe.uug.arizona.edu>
  8. Sender: news@bu.edu
  9. Distribution: na
  10. Organization: Boston University Physics Department
  11. Lines: 19
  12.  
  13. Try kill -STOP  That works in most cases, but at least twice,
  14. the job was actually killed instead of being suspended. I attributed
  15. the demise to pipe conflcits. Anybody have any better ideas?
  16.  
  17. Andrew Mel'cuk     IBM SE emulator
  18.  
  19. In article <1992Nov17.154556.7654@organpipe.uug.arizona.edu>, olevin@random.hwr.arizona.edu (O. Levin) writes:
  20. |> Hi: I'm trying to put a big program running in background
  21. |> in hybernation. I was thinking to use:
  22. |>                     kill -TSTP processid
  23. |> to suspend the job  and
  24. |>                     kill -CONT processid
  25. |> to restart the job
  26. |> 
  27. |> 
  28. |> Oscar L. Levin                     |   LEVINO@ARIZVM1.ccit.arizona.edu  
  29. |> Hydrology and Water Resources Dto. |   RU7@EAGLE.tc.cornell.edu       
  30. |> University of Arizona              |   OLEVIN@random.hwr.arizona.edu  
  31. |> Tucson, Az, 85721.                 |                                 
  32.