linux进程相关

相关实用命令:

1. 查看进程号(pid)并根据pid查看程序运行目录

    ps -ef | grep XXX

    ll /proc/"pid"/cwd

原文地址:https://www.cnblogs.com/lhsblog/p/15209030.html