linux进程查找及杀死

根据进程名称查找


ps aux|grep python(进程名)


杀死进程:

kill -s 9 进程id

posted @ 2014-10-20 17:16  rorshach  阅读(151)  评论(0)    收藏  举报