ben-ben
使用如下命令来查找要关闭的程序的进程号 pid

ps -ef | grep filename

使用如下命令来关闭该进程

kill -9 pid

分类:

技术点:

相关文章: