shell一键脚本,如下定义服务进程:nginx SER="nginx" kill -9 $(ps -ef|grep ${SER} |gawk '$0 !~/grep/ {print $2}' |tr -s '\n' ' ')
发表评论