成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

killall 中文man頁面

系統(tǒng)
killall 發(fā)送一條信號給所有運行任意指定命令的進程. 如果沒有指定信號名, 則發(fā)送 SIGTERM.

NAME (名稱)

killall - 以名字方式來殺死進程  

SYNOPSIS (總覽)

killall [-egiqvw] [-signal] name ...
killall -l
killall -V  

DESCRIPTION (描述)

killall 發(fā)送一條信號給所有運行任意指定命令的進程. 如果沒有指定信號名, 則發(fā)送 SIGTERM.

信號可以以名字 (如 -HUP ) 或者數(shù)字 (如 -1 ) 的方式指定. 信號 0 (檢查進程是否存在)只能以數(shù)字方式指定.

如果命令名包括斜杠 (/), 那么執(zhí)行該特定文件的進程將被殺掉, 這與進程名無關(guān).

如果對于所列命令無進程可殺, 那么 killall 會返回非零值. 如果對于每條命令至少殺死了一個進程, killall 返回 0.

killall 進程決不會殺死自己 (但是可以殺死其它 killall 進程).  

OPTIONS (選項)

-e
對于很長的名字, 要求準確匹配. 如果一個命令名長于 15 個字符, 則可能不能用整個名字 (溢出了). 在這種情況下, killall 會殺死所有匹配名字前 15 個字符的所有進程. 有了 -e 選項,這樣的記錄將忽略. 如果同時指定了 -v 選項, killall 會針對每個忽略的記錄打印一條消息.
-g
殺死屬于該進程組的進程. kill 信號給每個組只發(fā)送一次, 即使同一進程組中包含多個進程.
-i
交互方式,在殺死進程之前征求確認信息.
-l
列出所有已知的信號名.
-q
如果沒有進程殺死, 不會提出抱怨.
-v
報告信號是否成功發(fā)送.
-V
顯示版本信息.
-w
等待所有殺的進程死去. killall 會每秒檢查一次是否任何被殺的進程仍然存在, 僅當都死光后才返回. 注意: 如果信號被忽略或沒有起作用, 或者進程停留在僵尸狀態(tài), killall 可能會***等待.

FILES(相關(guān)文件)

/proc   proc文件系統(tǒng)的存在位置

KNOWN BUGS (已知 BUGS)

以文件方式殺死只對那些在執(zhí)行時一直打開的可執(zhí)行文件起作用, 也即, 混雜的可執(zhí)行文件不能夠通過這種方式殺死.

要警告的是輸入 killall name 可能不會在非 Linux 系統(tǒng)上產(chǎn)生預(yù)期的效果, 特別是特權(quán)用戶執(zhí)行時要小心.

在兩次掃描的間隙, 如果進程消失了而被代之以一個有同樣 PID 的新進程, killall -w 偵測不到.  

AUTHOR (作者)

Werner Almesberger <Werner.Almesberger@epfl.ch>  

SEE ALSO (又見)

kill(1), fuser(1), pidof(1), ps(1), kill(2)  

#p#

NAME

killall - kill processes by name  

SYNOPSIS

killall [-c,--context] [-e,--exact] [-g,--process-group] [-i,--interactive] [-q,--quiet] [-s,--signal signal] [-v,--verbose] [-w,--wait] [-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 by number (e.g. -1).

If the command name 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. killall returns non-zero otherwise.

A killall process never kills itself (but may kill other killall processes).  

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 everything 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,
-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.
-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
(SELinux Only) Specify security context: kill only processes with given security context. Must precede other arguments on the command line.

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.  

AUTHORS

Werner Almesberger <werner@almesberger.net> wrote the original version of psmisc. Since version 20 Craig Small <csmall@small.dropbear.id.au> can be blamed.  

SEE ALSO

kill(1),fuser(1),pgrep(1),pidof(1),pkill(1),ps(1),kill(2)

責任編輯:韓亞珊 來源: 互聯(lián)網(wǎng)
相關(guān)推薦

2011-08-24 16:48:36

man中文man

2011-08-15 10:21:09

man中文man

2011-08-11 16:11:49

at中文man

2011-08-25 10:21:56

man.conf中文man

2011-08-11 15:03:21

ACCESS中文man

2011-08-11 15:28:43

ali中文man

2011-08-11 16:31:49

biff中文man

2011-08-11 16:48:04

cal中文man

2011-08-11 17:16:43

cce中文man

2011-08-11 18:05:04

chvt中文man

2011-08-11 18:13:07

clear中文man

2011-08-12 09:13:02

df中文man

2011-08-12 09:38:06

dircolors中文man

2011-08-12 09:44:37

dirname中文man

2011-08-12 10:20:02

echo中文man

2011-08-12 10:25:55

eject中文man

2011-08-12 11:07:19

git中文man

2011-08-12 13:18:19

head中文man

2011-08-12 13:49:23

hostid中文man

2011-08-12 13:54:46

hostname中文man
點贊
收藏

51CTO技術(shù)棧公眾號

主站蜘蛛池模板: 日本人做爰大片免费观看一老师 | 久久久人成影片免费观看 | 2019精品手机国产品在线 | 亚洲精品日日夜夜 | 国产高清视频在线观看 | 992人人草 | 日韩精品在线观看一区二区三区 | 成人精品一区 | 国产福利在线 | 人人人人干 | 精品国产一区二区三区性色av | 欧美一级二级视频 | 在线观看亚洲 | 国产精品日日做人人爱 | caoporn免费 | 国产精品久久久久久久免费观看 | 青青青伊人 | 免费黄篇| 欧美另类视频在线 | 毛片网站在线观看视频 | 国产精品国产精品 | 天天色影视综合 | 俺去俺来也www色官网cms | 日本成人中文字幕在线观看 | 精品乱码一区二区三四区视频 | www.日韩| 精品成人免费一区二区在线播放 | 99re热精品视频 | 国产成人综合久久 | 免费黄色录像视频 | 亚洲精品大全 | 亚洲国产aⅴ成人精品无吗 亚洲精品久久久一区二区三区 | 亚洲欧美中文日韩在线v日本 | 97精品国产一区二区三区 | 久久精片 | 日韩色图视频 | 国产精品九九九 | 99视频在线免费观看 | 亚洲精品视频免费 | 国产日韩av一区二区 | 日韩一区中文字幕 |