killall
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 with the Linux sysvinit tools kills all processes that the user is able to kill, effectively 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.
Example usage
Kill all processes named xmms:
killall xmms
gollark: TJ09 may just hate everyone and not have the holiday biome.
gollark: Then guess the password for DC's servers and change the time. Simple!
gollark: You really fell for it.
gollark: It does depend on UVs and clicks a bit too.
gollark: Oops, wrong channel there...
See also
- List of Unix commands
- Signal (computing)
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.