杀掉linux所有进程的命令

ps -ef|grep 'opt/*/tomcat_ssi'|grep -v "grep"|awk '{print $2}'|xargs kill -9

posted @ 2014-06-12 18:14  唾手可得的树  阅读(1004)  评论(0编辑  收藏  举报