KILLALL(1) User Commands KILLALL(1)
名前
killall - プロセスを名前で指定して kill する
書式
killall [-e,--exact] [-g,--process-group] [-i,--interactive]
[-q,--quiet] [-v,--verbose] [-w,--wait] [-V,--version] [-s,--signal
signal] [--] name ...
killall -l
killall -V,--version
説明
killall は指定したコマンドを実行している全てのプロセスにシグナルを送る
。シグナルの指定がなければ SIGTERM を送る。
シグナルは名前 (例: -HUP) ででも番号 (例: -1) ででも指定できる。
コマンド名がスラッシュ (/) を含む場合は、その指定したファイルを実行して
いるプロセスが (実行時の名前が違っていても) 選択される。
指 定したコマンドのプロセスがひとつも kill されなければ killall は 0 以
外のリターンコードを返す。各コマンドに対応するプロセスがひとつでも kill
されれば killall はゼロを返す。
killall プロセスは、決して自分自身を kill しない (しかし他の killall プ
ロセスを kill するかもしれない)。
オプション
-e, --exact
とても長い名前に対して完全一致を要求する。コマンド名が 15 文字よ
りも長いと、そのフルネームが利用できない (スワップアウトされてい
る) ことがあるかもしれない。この場合 killall は先頭 15 文字ま で
一 致するもの全てを kill する . -e オプションを付けると、そのよ
うな項目は黙ってスキップされる。 -e といっしょに -v オプションが
指 定されていると、 killall はスキップされた各エントリを表示する
。
-g, --process-group
指定したプロセスが所属しているプロセスグループにシグナルを送る。
そ の プ ロ セスグループに複数のプロセスが参加している場合でも、
kill シグナルはグループあたり 1 つだけ送られる。
-i, --interactive
kill する前に対話的に確認を求める。
-l, --list
知っているシグナル名をすべて表示する。
-q, --quiet
kill するプロセスがなかった場合も表示を行わない。
-v, --verbose
シグナルの送信に成功したら報告する。
-V, --version
バージョン情報を表示する。
-w, --wait
kill されたプロセスが終了するのを待つ。 killall は kill されたプ
ロ セスが残っているかどうかを 1 秒に一回チェックし、すべてなくな
るまでリターンしない。シグナルが無視されたり、効果がなかったり、
プ ロ セスがゾンビ状態に留まってしまったりした場合には、 killall
は永遠に待ちつづけることになるかもしれない。
ファイル
/proc proc ファイルシステムの場所
既知のバグ
ファイルによる kill は、実行ファイルがその実行中にオープン状態に置か れ
る 場合にのみ有効である。すなわち impure な実行ファイルをこの方法で選択
することはできない。
Linux 以外のシステムでは killall name が望んだ動作をするとは限らない こ
とに注意せよ。特権ユーザでは特に注意すること。
killall -w は、スキャンとスキャンの間にプロセスが消え、同じ PID の 別プ
ロセスで置き換えられていても、これを検知できない。
著者
Werner Almesberger
KILLALL(1) User Commands KILLALL(1)
NAME
killall - kill processes by name
SYNOPSIS
killall [-Z,--context pattern] [-e,--exact] [-g,--process-group]
[-i,--interactive] [-q,--quiet] [-r,--regexp] [-s,--signal signal]
[-u,--user user] [-v,--verbose] [-w,--wait] [-I,--ignore-case]
[-V,--version] [--] name ...
killall -l
killall -V,--version
DESCRIPTION
killall sends a signal to all processes running any of the specified
commands. If no signal name is specified, SIGTERM is sent.
Signals can be specified either by name (e.g. -HUP or -SIGHUP ) or by
number (e.g. -1) or by option -s.
If the command name is not regular expression (option -r) and contains
a slash (/), processes executing that particular file will be selected
for killing, independent of their name.
killall returns a zero return code if at least one process has been
killed for each listed command, or no commands were listed and at least
one process matched the -u and -Z search criteria. killall returns non-
zero otherwise.
A killall process never kills itself (but may kill other killall pro-
cesses).
OPTIONS
-e, --exact
Require an exact match for very long names. If a command name is
longer than 15 characters, the full name may be unavailable
(i.e. it is swapped out). In this case, killall will kill every-
thing that matches within the first 15 characters. With -e, such
entries are skipped. killall prints a message for each skipped
entry if -v is specified in addition to -e,
-I, --ignore-case
Do case insensitive process name match.
-g, --process-group
Kill the process group to which the process belongs. The kill
signal is only sent once per group, even if multiple processes
belonging to the same process group were found.
-i, --interactive
Interactively ask for confirmation before killing.
-l, --list
List all known signal names.
-q, --quiet
Do not complain if no processes were killed.
-r, --regexp
Interpret process name pattern as an extended regular expres-
sion.
-s, --signal
Send this signal instead of SIGTERM.
-u, --user
Kill only processes the specified user owns. Command names are
optional.
-v, --verbose
Report if the signal was successfully sent.
-V, --version
Display version information.
-w, --wait
Wait for all killed processes to die. killall checks once per
second if any of the killed processes still exist and only
returns if none are left. Note that killall may wait forever if
the signal was ignored, had no effect, or if the process stays
in zombie state.
-Z, --context
(SELinux Only) Specify security context: kill only processes
having security context that match with given expended regular
expression pattern. Must precede other arguments on the command
line. Command names are optional.
FILES
/proc location of the proc file system
KNOWN BUGS
Killing by file only works for executables that are kept open during
execution, i.e. impure executables can’t be killed this way.
Be warned that typing killall name may not have the desired effect on
non-Linux systems, especially when done by a privileged user.
killall -w doesn’t detect if a process disappears and is replaced by a
new process with the same PID between scans.
If processes change their name, killall may not be able to match them
correctly.
AUTHORS
Werner Almesberger
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa