Linux 常用命令 2018-07-16 进程相关 进程相关 列出所有进程 ps -ef 使用名称查询 pid pgrep firefox 使用 pid 结束进程 kill -9 pid 使用名称结束进程 killall firefox