Table of Contents

Apache - File Permission

About

The permission on the file system are set with the user running the Apache daemon.

Management

Find the user

The user running the daemon is generally is named apache or www-data

ps -ef | grep httpd | grep -v grep
ps -ef | grep apache