Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!ccut!wnoc-tyo-news!titcca!cc.titech.ac.jp!necom830!mohta From: mohta@necom830.cc.titech.ac.jp (Masataka Ohta) Newsgroups: comp.unix.misc Subject: Re: killing a process gone bad. Message-ID: <6531@titcce.cc.titech.ac.jp> Date: 1 Nov 90 06:15:39 GMT References: <1990Oct25.185822.11838@nntp-server.caltech.edu> <1990Oct30.032707.1222@brian386.uucp> <1119@massey.ac.nz> Sender: news@cc.titech.ac.jp Organization: Tokyo Institute of Technology Lines: 16 In article <1119@massey.ac.nz> GEustace@massey.ac.nz (Glen Eustace) writes: >It would appear that kill doesn't lock the process table will killing >all of the process group, they still kept replicating. >I would appreciate any further comments by anyone who has a technique >that will actually solve the situation in practice not theory. You should "kill -STOP -1" several times. Having stoped all self-replicating processes, you can kill all of them. If your UNIX dose not have STOP, you are out of luck. Masataka Ohta