KILLALL5(8) Linux System Administrator’s Manual KILLALL5(8) 名前 killall5 - すべてのプロセスにシグナルを送る。 書式 killall5 -signalnumber 説明 killall5 はシステムVのkillallに相当するコマンドである。このコマンドは自 分のセッション中のもの以外の全てのプロセスにシグナルを送る。したがっ て 、killall5 を起動したスクリプトを実行中のシェルはkillされない。このコマ ンドの主な(唯一の)使い途は、 /etc/init.dディレクトリ中の rcスクリプトで 用いることである。 関連項目 halt(8), reboot(8) 著者 Miquel van Smoorenburg, miquels@cistron.nl 27 May 1997 KILLALL5(8)
KILLALL5(8) Linux System Administrator’s Manual KILLALL5(8) NAME killall5 -- send a signal to all processes. SYNOPSIS killall5 -signalnumber [-o omitpid] [-o omitpid..] DESCRIPTION killall5 is the SystemV killall command. It sends a signal to all pro- cesses 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. OPTIONS -o omitpid Tells killall5 to omit processes with that process id. NOTES killall5 can also be invoked as pidof, which is simply a (symbolic) link to the killall5 program. EXIT STATUS The program return zero if it killed processes. It return 2 if no pro- cess were killed, and 1 if it was unable to find any processes (/proc/ is missing). SEE ALSO halt(8), reboot(8), pidof(8) AUTHOR Miquel van Smoorenburg, miquels@cistron.nl 04 Nov 2003 KILLALL5(8)
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa