📌  相关文章
📜  如何识别 Linux 系统上的僵尸进程 - Shell-Bash 代码示例

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

代码示例1
Zombie processes can be found easily with the ps -l command. 
Within the ps output there is a STAT column which will show the 
processes current status, a zombie process will have Z as the status. 
In addition to the STAT column zombies commonly have the words 
 in the CMD column as well.