This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find sources: "Killall" – news · newspapers · books · scholar · JSTOR (June 2020) (Learn how and when to remove this template message)

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

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

Example usage

Kill all processes named xmms:

killall xmms

See also