Frequent Links
Leukemia InnovationsAquatic Toxicologyprimary care physician Peer-review JournalsHealth systems journalsPesticide drift Impact Factoredentulous lower jaw Open Access JournalsCartilage tissueHealth psychology InnovationsCommonsense reasoningPsychological disorders Peer-review JournalsHepatologyLeading journals in organ transplantationpollution-diseases-open-access-journalsStock - Scientific Journalslatest findings hotel management
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 (as killall5) is a particularly dangerous command that 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.
See also
External links
- Solaris 10 System Administration Commands Reference Manual –
- Linux User Commands Manual : kill processes by name –
- FreeBSD General Commands Manual –
- Darwin and Mac OS X General Commands Manual –
|