这个死机很难摘。老鸟请过来。

ps -aux|grep uname|kill -9 ID
搞错了,应该是:

cat  killfile
ps -aux | grep uname | (while read file;
do
kill -9 $file
done
)