常用linux命令

lsof -c 程序名

可查看此程序打开的句柄列


ps -e |grep 字符串

可查看已经存在的被字符串过滤后的进程列。

备忘

原文地址:https://www.cnblogs.com/lcinx/p/10570709.html