killall
From Wikipedia, the free encyclopedia
Page Module:Message box/ambox.css has no content.
This article needs additional citations for verification. (June 2020) |
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
Kill all processes named xmms:
killall xmms
See also
Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').
External links
Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found.