linux 进程管理 Posted on 2017-05-20 | 123456less | ps auxkill -9 <进程ID>pkill -9 <firefox># 工作号jobskill -9 %1 # 结束某个工作号 pstree 查看进程树 pgrep 只获取 PID