Query: kill
OS: plan9
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KILL(1) General Commands Manual KILL(1)NAMEkill, broke - print commands to kill processesSYNOPSISkill name brokeDESCRIPTIONKill prints commands that will cause all processes called name and owned by the current user to be terminated. Use the send command of 81/2(1), or pipe the output of kill into rc(1) to execute the commands. 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. Broke prints commands that will cause all processes in the Broken state and owned by 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.SOURCE/rc/bin/kill /rc/bin/brokeSEE ALSOps(1), stop(1), proc(3) KILL(1)
Related Man Pages |
---|
kill(1) - redhat |
kill(1) - debian |
kill(2) - v7 |
kill(1) - netbsd |
kill(1) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
how do I kill defunct processes? |
a process that never stop |
How to generate a 'kill' list |
What does kill $! do? |
Read/kill processes |