Linux常用命令Process 相关On this pageProcess 相关 根据 PID 发出停止信号 信号 参见: How to Kill a Process from the Command Line kill -15 {PID} 获取进程状态信息 cat /proc/{pid}/status