Linux: Find Out Apache User Name
In most Linux distributions, the Apache HTTP server runs as a separate user and group for security reasons. By default, the user and group name used by Apache is www-data. To find out the user and group name used by Apache on your Linux system, you can use the following command: ps -ef | grep … Read more