📌  相关文章
📜  使用 pid 杀死进程 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:06.108000             🧑  作者: Mango

代码示例4
kill SIGNAL PID

#Example
kill -9 3827

#See more information from : https://www.linux.com/training-tutorials/how-kill-process-command-line/