📌  相关文章
📜  linux 停止运行脚本 - Shell-Bash 代码示例

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

代码示例1
ps
kill [pid]

// if the above does not work
kill -9 [pid]