Killing processes
der Mouse
mouse at mcgill-vision.UUCP
Mon Feb 3 21:17:00 AEST 1986
> When I need to kill off a rogue process at the moment I need to
> use ps, and from that figure out what is the pid of the rogue.
> This is especially difficult when the program concerned is forking
> children like mad.
What I usually do with programs like this is to send STOP signals.
Eventually all problem processes are stopped and hence not forking.
*Then* start killing.
--
der Mouse
USA: {ihnp4,decvax,akgua,etc}!utcsri!mcgill-vision!mouse
philabs!micomvax!musocs!mcgill-vision!mouse
Europe: mcvax!decvax!utcsri!mcgill-vision!mouse
mcvax!seismo!cmcl2!philabs!micomvax!musocs!mcgill-vision!mouse
Hacker: One who accidentally destroys /
Wizard: One who recovers it afterward
More information about the Comp.unix.wizards
mailing list