Skip to content

Instantly share code, notes, and snippets.

@gwagroves
Created February 23, 2015 10:10
Show Gist options
  • Save gwagroves/abd22a02e5b3352a8c98 to your computer and use it in GitHub Desktop.
Save gwagroves/abd22a02e5b3352a8c98 to your computer and use it in GitHub Desktop.
Find out which user apache is running as
ps aux | egrep '(apache|httpd)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment