Created
June 17, 2020 11:41
-
-
Save anoopd/90e03cb5c31c43367f17fd969e5663a9 to your computer and use it in GitHub Desktop.
Apache User and Group
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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