linux杀死某个进程

ps -ef | grep dr_server | grep -v grep | awk '{print $2}' | xargs kill -9
原文地址:https://www.cnblogs.com/majianyu/p/10553374.html