Linux指令面试题01-进程查看与终止

查看某一进程是否运行:ps -ef|grep 程序名

终止程序: kill pid

转载于:https://www.cnblogs.com/feihujiushiwo/p/10896636.html

原文地址:https://www.cnblogs.com/twodog/p/12134862.html