kill.1

来自「莱昂氏UNIX源代码分析UNIXv6src.tar.gz」· 1 代码 · 共 30 行

1
30
字号
.th KILL I 2/8/75.sh NAMEkill \*- terminate a process.sh SYNOPSIS.bd kill[ \fB\*-\fRsigno ]processid ....sh DESCRIPTIONKills the specified processes.The process number of each asynchronous processstarted with `&' is reported by the Shell.Process numbers can also be found by using \fIps\fR (I)..s3If process number 0 is used, then all processesbelonging to the current user and associated with the same control typewriterare killed..s3The killed process must belongto the current user unlesshe is the super-user..s3If a signal number preceded by ``\*-'' is givenas first argument, that signal is sent instead of.it kill(see.it "signal (II)).".sh "SEE ALSO"ps (I), sh (I), signal (II).sh BUGS

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?