Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我运行一个命令:
python blink_led.py &
然后我试着用pkill
pkill
pkill blink_led.py
但它不起作用
即使在检查手册页e 之后,我也不明白 pkill 是如何工作的