Killall

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 [ftp://ftp.cistron.nl/pub/people/miquels/sysvinit/ 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 and Linux [http://psmisc.sourceforge.net/ 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 (UNIX System V version) killall

List all signals (FreeBSD/Linux version) killall -l

Send the USR1 signal to the dd process (FreeBSD/Linux version) killall -s USR1 dd

Kill a process which is not responding (FreeBSD/Linux version) killall -9 dd

The numeric argument specifies a signal to send to the process. In this case, the command sends signal 9 to the process, which is SIGKILL, as opposed to the default SIGTERM.

See also

* List of Unix programs
*Signals
*pidof

External links

*man|1|killall|Linux|kill processes by name
* [http://www.freebsd.org/cgi/man.cgi?query=killall&sektion=1 FreeBSD killall man page]


Wikimedia Foundation. 2010.

Игры ⚽ Поможем решить контрольную работу

Look at other dictionaries:

  • Killall — UNIX‐утилита, посылающая сигнал всем процессам, которые были запущены указанной командой. Если имя сигнала не указано, посылается сигнал SIGTERM. Сигналы могут указываться как по имени (например, HUP), так и по номеру (например, 1). Сигнал 0… …   Википедия

  • Killall — Saltar a navegación, búsqueda killall es una utilidad de la línea de comandos disponible en sistemas operativos tipo Unix. Hay dos implementaciones diferentes: La implementación proporcionada con el Unix System V original, incluyendo Solaris 7 y… …   Wikipedia Español

  • killall — UNIX‐утилита, посылающая сигнал всем процессам, которые были запущены указанной командой. Если имя сигнала не указано, посылается сигнал SIGTERM. Сигналы могут указываться как по имени (например, HUP), так и по номеру (например, 1). Сигнал 0… …   Википедия

  • killall — es una utilidad de la línea de comandos disponible en sistemas operativos tipo Unix. Hay dos implementaciones diferentes: La implementación proporcionada con el Unix System V original, incluyendo Solaris 7 y la que viene con las utilidades… …   Wikipedia Español

  • Killall — Gary Kildall Gary Kildall Nom de naissance Gary Kildall Naissance 19 mai 1942 Seattle, État de Washington Décès 11 juillet 1994 (à 52 ans) Monterey, Californie Nationalité Américain Profession(s) …   Wikipédia en Français

  • Fork bomb — The concept behind the fork bomb – the processes recursively fork until a denial of service or a crash occurs In computing, the fork bomb is a form of denial of service attack against a computer system which makes use of the fork operation (or… …   Wikipedia

  • Kill (Unix) — kill (engl. töten) ist ein Unix Kommando und gleichnamiger Systemaufruf, um unter dem Betriebssystem laufenden Prozessen Signale zu schicken. Standardmäßig wird dabei das Signal SIGTERM versendet, welches den entsprechenden Prozess dazu… …   Deutsch Wikipedia

  • kill (Unix) — kill (engl. töten) ist ein Unix Kommando und gleichnamiger Systemaufruf, um unter dem Betriebssystem laufenden Prozessen Signale zu schicken. Standardmäßig wird bei dem UNIX Kommando kill das Signal SIGTERM versendet, welches den entsprechenden… …   Deutsch Wikipedia

  • Comparison of operating systems — Usage share of web client operating systems. (Source: Median values from Usage share of operating systems for August 2011.)   Windows XP (35.21%) …   Wikipedia

  • Pidof — is a Linux utility that returns the process ID (PID) of a running process or processes. On other operating systems, pgrep and ps are often used instead.pidof is implemented in the same program as killall5, the Linux name for the System V killall… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”