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.
嗨,我正在 linux 中开发一个应用程序,我正在为此编写一个 shell 脚本来运行 ffmpeg,它工作正常,但是当我想终止 ffmpeg 的进程时它不工作
kill 2628
其中 2628 是我的进程 ID
你可以使用pkill命令强制杀死进程它肯定会杀死进程只是尝试它
pkill