home *** CD-ROM | disk | FTP | other *** search
- 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
- From: amelcuk@buphy.bu.edu (Andre Melcuk)
- Newsgroups: comp.unix.aix
- Subject: Re: KILL signal
- Message-ID: <102328@bu.edu>
- Date: 17 Nov 92 18:51:44 GMT
- References: <1992Nov17.154556.7654@organpipe.uug.arizona.edu>
- Sender: news@bu.edu
- Distribution: na
- Organization: Boston University Physics Department
- Lines: 19
-
- Try kill -STOP That works in most cases, but at least twice,
- the job was actually killed instead of being suspended. I attributed
- the demise to pipe conflcits. Anybody have any better ideas?
-
- Andrew Mel'cuk IBM SE emulator
-
- In article <1992Nov17.154556.7654@organpipe.uug.arizona.edu>, olevin@random.hwr.arizona.edu (O. Levin) writes:
- |> Hi: I'm trying to put a big program running in background
- |> in hybernation. I was thinking to use:
- |> kill -TSTP processid
- |> to suspend the job and
- |> kill -CONT processid
- |> to restart the job
- |>
- |>
- |> Oscar L. Levin | LEVINO@ARIZVM1.ccit.arizona.edu
- |> Hydrology and Water Resources Dto. | RU7@EAGLE.tc.cornell.edu
- |> University of Arizona | OLEVIN@random.hwr.arizona.edu
- |> Tucson, Az, 85721. |
-