Query: kill
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KILL(1) General Commands Manual KILL(1)NAMEkill - send a signal to a processSYNOPSISkill [-n] processOPTIONS-n Signal number to send -NAME Named signal to sendEXAMPLESkill 35 # Send signal 15 to process 35 kill -9 40 # Send signal 9 to process 40 kill -2 0 # Send signal 2 to whole terminal process group kill -HUP -123 # Send a hangup to process group 123DESCRIPTIONA signal is sent to a given process. By default signal 15 (SIGTERM) is sent. Process 0 means all the processes in the sender's process group. A process group can be signalled by the negative value of the process group ID. Signals may be numerical, or the name of the sig- nal without SIG.SEE ALSOkill(2), sigaction(2). KILL(1)
Related Man Pages |
---|
kill(2) - redhat |
kill(2) - mojave |
kill(1) - debian |
kill(2) - netbsd |
kill(1) - ultrix |
Similar Topics in the Unix Linux Community |
---|
TFTP setup |
Is there any cmd to kill a process including its childs ( or sub processes spawned by |
Kill a backend process |
Getting 'Killed' msg |
Read/kill processes |