SBDavid
May 17th, 2009
May 17th, 2009
How can I see the environment variables a process is running with?
How can I see the environment variables a process is running with?
You can run the following command:
ps auxwwe |grep processname
How can I see the environment variables a process is running with?
You can run the following command: