ps aux | grep 程序 显示所有的进程
ps -eLf 显示轻量级 lWP 进程
ps -ef | grep 程序 :可以查看子父进程之间的关系
参考:https://blog.csdn.net/sd_960614/article/details/124905354
ps aux | grep 程序 显示所有的进程
ps -eLf 显示轻量级 lWP 进程
ps -ef | grep 程序 :可以查看子父进程之间的关系
参考:https://blog.csdn.net/sd_960614/article/details/124905354