摘要: #########杀进程先 ps -ef | more 看进程情况 如果知道进程名称 也可以用 ps -ef| grep 进程名称输入 kill -9 进程号 阅读全文
posted @ 2015-12-02 10:58 sayshowplz 阅读(114) 评论(0) 推荐(0)