Linux中查看/杀死进程常用指令

ps -ef 查看运行进程;
kill -9 -PID 杀死进程。

 

posted @ 2017-03-20 21:40  maoguy  阅读(279)  评论(0)    收藏  举报