Scroll to navigation

KILLALL5(8) Linux-Systemverwaltungshandbuch KILLALL5(8)

BEZEICHNUNG

killall5 - ein Signal an alle Prozesse senden

ÜBERSICHT

killall5 -signalnumber [-o omitpid[,omitpid...]] [-o omitpid[,omitpid...]...]

BESCHREIBUNG

killall5 is the SystemV killall command. It sends a signal to all processes except kernel threads and the processes in its own session, so it won't kill the shell that is running the script it was called from. Its primary (only) use is in the rc scripts found in the /etc/init.d directory.

OPTIONEN

weist killall5 an, Prozesse mit dieser Kennung (PID) zu übergehen.

ANMERKUNGEN

killall5 kann auch als pidof(8) aufgerufen werden, welches einfach ein (symbolischer) Link auf das Programm killall5 ist.

EXIT-STATUS

Das Programm gibt 0 zurück, wenn Prozesse abgewürgt werden konnten. Es gibt 2 zurück, wenn kein Prozess abgewürgt wurde, und 1, wenn keine Prozesse gefunden werden konnten (/proc fehlt).

SIEHE AUCH

halt(8), reboot(8), pidof(8), killproc(8)

AUTOR

Miquel van Smoorenburg

4. November 2003 sysvinit