常用linux命令

# 批量结束程序
ps -ef|grep yii|grep -v grep|cut -c 9-15|xargs kill -9
posted @ 2020-04-16 21:50  chhgamwork  阅读(102)  评论(0)    收藏  举报