Skip to content

Instantly share code, notes, and snippets.

@CarlosEspejo
Created June 29, 2015 20:48
Show Gist options
  • Save CarlosEspejo/f9024b3cb37f0d3e7591 to your computer and use it in GitHub Desktop.
Save CarlosEspejo/f9024b3cb37f0d3e7591 to your computer and use it in GitHub Desktop.
See the environment variables of a running process
sudo cat /proc/[pid]/environ | tr '\0' '\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment