【发布时间】:2014-04-15 14:21:29
【问题描述】:
通过运行得到以下输出:
ps aux | grep Python
输出:
user_name 84487 0.0 0.0 0 0 ?? Z 12:15PM 0:00.00 (Python)
user_name 84535 0.0 0.0 0 0 ?? Z 12:16PM 0:00.00 (Python)
我想终止当前在一台机器上运行的所有 Python 进程......
【问题讨论】:
标签: macos shell kill-process