Unix and Linux Discussions Tagged with processes |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
8,151 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
12,046 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
5,475 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
11,624 |
UNIX for Beginners Questions & Answers |
|
|
|
19 |
16,428 |
AIX |
|
|
|
3 |
3,898 |
Shell Programming and Scripting |
|
|
|
5 |
3,636 |
UNIX for Beginners Questions & Answers |
|
|
|
24 |
23,097 |
AIX |
|
|
|
4 |
4,329 |
Shell Programming and Scripting |
|
|
|
3 |
2,272 |
Shell Programming and Scripting |
|
|
|
2 |
2,203 |
Shell Programming and Scripting |
|
|
|
1 |
2,715 |
Shell Programming and Scripting |
|
|
|
6 |
1,940 |
Shell Programming and Scripting |
|
|
|
1 |
5,481 |
Linux |
|
|
|
2 |
1,845 |
UNIX for Dummies Questions & Answers |
|
|
|
13 |
3,819 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,215 |
Shell Programming and Scripting |
|
|
|
1 |
2,512 |
UNIX for Dummies Questions & Answers |
|
|
|
11 |
41,699 |
Linux |
|
|
|
0 |
5,036 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
8,846 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,816 |
Programming |
|
|
|
6 |
8,733 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
26,292 |
AIX |
|
|
|
6 |
48,087 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
5,097 |
Shell Programming and Scripting |
|
|
|
1 |
1,791 |
Shell Programming and Scripting |
|
|
|
0 |
2,015 |
Complex Event Processing RSS News |
|
|
|
3 |
8,957 |
Shell Programming and Scripting |
|
|
|
1 |
3,516 |
Filesystems, Disks and Memory |
|
|
|
13 |
9,617 |
SCO |
|
|
|
0 |
2,485 |
Complex Event Processing RSS News |
|
|
|
3 |
6,450 |
Solaris |
|
|
|
1 |
6,881 |
Shell Programming and Scripting |
|
|
|
1 |
2,564 |
Shell Programming and Scripting |
|
|
|
9 |
30,121 |
Shell Programming and Scripting |
|
|
|
3 |
19,171 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
2,684 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
1,683 |
Software Releases - RSS News |
|
|
|
2 |
5,832 |
AIX |
KILLALL5(8) Linux System Administrator's Manual KILLALL5(8)
NAME
killall5 -- send a signal to all processes.
SYNOPSIS
killall5 -signalnumber [-o omitpid[,omitpid..]] [-o omitpid[,omitpid..]..]
DESCRIPTION
killall5 is the SystemV killall command. It sends a signal to all processes except kernel threads and the processes in its own session, so
it won't kill the shell that is running the script it was called from. Its primary (only) use is in the rc scripts found in the /etc/init.d
directory.
OPTIONS
-o omitpid
Tells killall5 to omit processes with that process id.
NOTES
killall5 can also be invoked as pidof, which is simply a (symbolic) link to the killall5 program.
EXIT STATUS
The program return zero if it killed processes. It return 2 if no process were killed, and 1 if it was unable to find any processes
(/proc/ is missing).
SEE ALSO
halt(8), reboot(8), pidof(8)
AUTHOR
Miquel van Smoorenburg, miquels@cistron.nl
04 Nov 2003 KILLALL5(8)