Linux 如何在Ubuntu杀死僵尸进程? admin 2022年7月21日 2022年7月21日 To Check the zombie process run below command ps axo stat,ppid,pid,comm | grep -w defunct and Then kill the parent process sudo kill -9 <parent_process_number>