方方长长

方方长长

CentOS下查看并杀死僵尸进程

先用 top 命令查看有没有僵尸程序
有的话使用一键命令 kill 掉
ps -A -o stat,ppid,pid,cmd | grep -e '^[Zz]' | awk '{print $2}' | xargs kill -9

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.