Skip to content

Instantly share code, notes, and snippets.

@anoopd
Created June 17, 2020 11:41
Show Gist options
  • Save anoopd/90e03cb5c31c43367f17fd969e5663a9 to your computer and use it in GitHub Desktop.
Save anoopd/90e03cb5c31c43367f17fd969e5663a9 to your computer and use it in GitHub Desktop.
Apache User and Group
#Retrieve the name of the user running Apache with a command similar to this:
ps aux | grep apache # The username should be in the first column.
#Retrieve the groups this user is part of with the groups(1) command:
groups [USERNAME]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment