📜  在 linux 中杀死 vlc - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:05.047000             🧑  作者: Mango

代码示例1
ps aux | grep vlc
sudo kill -9 PID