使用ps aux|grep defunc|grep -v grep查看进程号pid
使用ps -eLf|grep pid查看父进程号ppid
kill -s 9 ppid
用shell脚本
使用Shell脚本批量终止特定进程及其子进程
使用ps aux|grep defunc|grep -v grep查看进程号pid
使用ps -eLf|grep pid查看父进程号ppid
kill -s 9 ppid
用shell脚本
5865
8472

被折叠的 条评论
为什么被折叠?