centos中结束指定名称为test进程:
ps -ef | grep test | grep -v grep | awk '{print $2}' | xargs kill -9
注意:本文归作者所有,未经作者允许,不得转载