HOME

TheInfoList



OR:

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
Solaris Solaris may refer to: Arts and entertainment Literature, television and film * ''Solaris'' (novel), a 1961 science fiction novel by Stanisław Lem ** ''Solaris'' (1968 film), directed by Boris Nirenburg ** ''Solaris'' (1972 film), directed by ...
) and with the Linux sysvinit tools kills all processes that the user is able to kill, potentially shutting down the system if run by root. * The implementation supplied with the
FreeBSD FreeBSD is a free and open-source Unix-like operating system descended from the Berkeley Software Distribution (BSD), which was based on Research Unix. The first version of FreeBSD was released in 1993. In 2005, FreeBSD was the most popular ...
(including Mac OS X) and Linux psmisc tools is similar to the
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: killall xmms


See also

* List of Unix commands * Signal (computing)


External links

* * * * {{Unix commands Unix process- and task-management-related software de:Kill (Unix)#killall