Skip to content

Instantly share code, notes, and snippets.

@jimallman
Created December 30, 2013 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimallman/31fac242b75d1fa71e20 to your computer and use it in GitHub Desktop.
Save jimallman/31fac242b75d1fa71e20 to your computer and use it in GitHub Desktop.
Effective users for apache?
$ ps aux | grep -i apache
root 2025 0.0 0.2 94608 3976 ? Ss 18:15 0:00 /usr/sbin/apache2 -k start
www-data 2028 0.0 0.1 94348 2764 ? S 18:15 0:00 /usr/sbin/apache2 -k start
www-data 2031 0.0 0.4 318152 7060 ? Sl 18:15 0:00 /usr/sbin/apache2 -k start
www-data 2032 0.0 0.3 317944 6492 ? Sl 18:15 0:00 /usr/sbin/apache2 -k start
@jimallman
Copy link
Author

$ ps aux | grep -i opentree
...
opentree 2029 0.0 2.8 325620 49216 ? Sl 18:15 0:01 (wsgi:web2py) -k start
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment