pslist is a command-line utility to view a process and all its children. When invoked as 'rkill' (or anything ending in 'kill'), it sends a signal to the specified pid's or process names with the same command-line syntax and semantics as kill(1). This may be useful for bringing down a service monitoring daemon which respawns its services, along with all said services. (And no, I do not really mean init(8) :) How-To-Repeat: N/A
State Changed From-To: open->closed Committed, thanks.