1KILLALL5(8) Linux System Administrator's Manual KILLALL5(8)
2
3
4
6 killall5 -- send a signal to all processes.
7
9 killall5 -signalnumber
10
12 killall5 is the SystemV killall command. It sends a signal to all pro‐
13 cesses except kernel threads and the processes in its own session, so
14 it won't kill the shell that is running the script it was called from.
15 Its primary (only) use is in the rc scripts found in the /etc/init.d
16 directory.
17
19 halt(8), reboot(8)
20
22 Miquel van Smoorenburg, miquels@cistron.nl
23
24
25
26 04 Nov 2003 KILLALL5(8)