在Linux执行一些命令,可能导致未正常退出,进程一直挂起,出现一系列问题
查找命令,以yum为例:
ps -ef | grep yum
ps -ef | grep yum | grep -v grep | awk '{print "kill "$2}' | sh