Skip to content

Instantly share code, notes, and snippets.

@vitalymak
Created May 15, 2017 11:13
Show Gist options
  • Save vitalymak/495e742570012cfe410fc4cf63dae527 to your computer and use it in GitHub Desktop.
Save vitalymak/495e742570012cfe410fc4cf63dae527 to your computer and use it in GitHub Desktop.
env vars of running process Linux & macOS
ps -p <PID> -wwwE
# or
ps -p <PID> -wwwe
# more info https://serverfault.com/questions/66363/environment-variables-of-a-running-process-on-unix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment