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 message) |
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
pkillandskillcommands, killing only the processes specified on the command line.
Both commands operate by sending a signal, like the kill program.
Example usage
[edit]Kill all processes named xmms:
killallxmms
See also
[edit]External links
[edit]killall(8)โ Solaris 11.4 System Administration Commands Reference Manualkillall(1): kill processes by name โ Linux User Commands Manualkillall(1)โ FreeBSD General Commands Manualkillall(1)โ Darwin and macOS General Commands Manual
Retrieved from "https://en.wikipedia.org/w/index.php?title=Killall&oldid=1268279715"
