查:
#ps -ef | grep defunct
或者如下命令可以查看存在多少僵尸进程
#top | head -2
杀:
# ps -e -o ppid,stat | grep Z | cut -d' ' -f1 | xargs kill -9
查:
#ps -ef | grep defunct
或者如下命令可以查看存在多少僵尸进程
#top | head -2
杀:
# ps -e -o ppid,stat | grep Z | cut -d' ' -f1 | xargs kill -9