killall
is a command line utility available on Unix-like systems. There are two very different implementations.
* The implementation supplied with genuine UNIX System V (including pkill
(see ) is a command-line utility initially written for use with the Solaris 7 operating system in 1998. It has since been reimplemented for Linux and some BSDs.
As with the and commands, is used to send signals to processes. The command al ...
and skill
commands, killing only the processes specified on the command line.
Both commands operate by sending a signal, like the kill
program.
Example usage
Kill all processes named xmms:See also
* List of Unix commands * Signal (computing)External links
* * * * {{Unix commands Unix process- and task-management-related software de:Kill (Unix)#killall