📜  如何在 bash 中关闭程序 - Shell-Bash 代码示例

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

代码示例1
ps -A  // to get the pid, can be combined with grep
-or-
pidof 
-or-
pgrep 

kill