9srv Manual Collection/plan9/kill(1) | 9srv Manual Collection/plan9/kill(1) |
---|
slay name ...
broke [ user ]
Kill suggests sending a kill note to the process; the same message delivered to the process's ctl file (see proc(3)) is a surer, if heavy handed, kill, but is necessary if the offending process is ignoring notes. The slay command prints commands to do this.
Broke prints commands that will cause all processes in the Broken state and owned by user (by default, the current user) to go away. When a process dies because of an error caught by the system, it may linger in the Broken state to allow examination with a debugger. Executing the commands printed by broke lets the system reclaim the resources used by the broken processes.
9srv Manual Collection/plan9/kill(1) | Rev: Sun Dec 02 23:42:12 GMT 2007 |