Skip to content
EntityQ709137· pop 17· linked from 3 articles

killall is a command line utility available on Unix-like systems. There are two very different implementations.

Wikidata facts

Show 1 more fact
has command line option
Z
Sources (1)

via Wikidata · CC0

~1 min read

Article

3 sections
Contents
  • Example usage
  • See also
  • External links

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) and 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 (including Mac OS X) and Linux psmisc tools is similar to the pkill and skill commands, killing only the processes specified on the command line.

Both commands operate by sending a signal, like the kill program.

Connections

Categories