1KILLALL5(8) Linux System Administrator's Manual KILLALL5(8)
2
3
4
6 killall5 -- send a signal to all processes.
7
9 killall5 -signalnumber [-o omitpid] [-o omitpid..]
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 -o omitpid
20 Tells killall5 to omit processes with that process id.
21
23 killall5 can also be invoked as pidof, which is simply a (symbolic)
24 link to the killall5 program.
25
27 The program return zero if it killed processes. It return 2 if no
28 process were killed, and 1 if it was unable to find any processes
29 (/proc/ is missing).
30
32 halt(8), reboot(8), pidof(8)
33
35 Miquel van Smoorenburg, miquels@cistron.nl
36
37
38
39 04 Nov 2003 KILLALL5(8)