Archive for the tag 'process'

How can I see the environment variables a process is running with?

You can run the following command:

ps auxwwe |grep processname

« Prev