(ZZ:http://hi.baidu.com/dimlip/item/2edc572b34812cfa50fd87f2) 使用如下命令来查找要关闭的程序的进程号 pid ps -ef | grep filename 使用如下命令来关闭该进程 kill -9 pid 相关文章: linux命令后台运行 2021-11-02 Linux 命令后台运行 2021-12-04 Linux后台运行和关闭程序、查看后台任务 - morgan363 2021-09-12 linux 后台运行命令 nohup命令 2021-09-12 Linux查看和关闭后台运行程序的方法 2021-12-15 Linux后台运行jar文件和关闭Java程序 2021-12-19 Linux命令 Linux后台运行命令大全 2021-10-19 Linux 后台运行python .sh等程序,以及查看和关闭后台运行程序操作 2021-10-18