1KILLALL5(8)           Linux System Administrator's Manual          KILLALL5(8)
2
3
4

NAME

6       killall5 -- send a signal to all processes.
7

SYNOPSIS

9       killall5  -signalnumber  [-o  omitpid[,omitpid..]]   [-o omitpid[,omit‐
10       pid..]..]
11

DESCRIPTION

13       killall5 is the SystemV killall command. It sends a signal to all  pro‐
14       cesses  except  kernel threads and the processes in its own session, so
15       it won't kill the shell that is running the script it was called  from.
16       Its  primary  (only)  use is in the rc scripts found in the /etc/init.d
17       directory.
18

OPTIONS

20       -o omitpid
21              Tells killall5 to omit processes with that process id.
22

NOTES

24       killall5 can also be invoked as pidof, which  is  simply  a  (symbolic)
25       link to the killall5 program.
26

EXIT STATUS

28       The  program  return  zero  if  it killed processes.  It return 2 if no
29       process were killed, and 1 if it  was  unable  to  find  any  processes
30       (/proc/ is missing).
31

SEE ALSO

33       halt(8), reboot(8), pidof(8)
34

AUTHOR

36       Miquel van Smoorenburg, miquels@cistron.nl
37
38
39
40                                  04 Nov 2003                      KILLALL5(8)
Impressum