摘要: #!/bin/bash echo "##############僵尸进程##############" check=`ps -A -o stat,ppid,pid,cmd | grep -e '^[Zz]'` if [ -n "$check" ];then echo "发现僵尸进程!" for pi 阅读全文
posted @ 2020-09-17 11:36 Zsecret 阅读(375) 评论(0) 推荐(0) 编辑