Page MenuHomePhabricator

Change ownership and permissions of /data/project/upload7
Closed, ResolvedPublic

Description

Change the ownership of /data/project/upload7 to apache:apache with 0775 permissions.

Event Timeline

bd808 claimed this task.
bd808 raised the priority of this task from to High.
bd808 updated the task description. (Show Details)
bd808 changed Security from none to None.
bd808 added a project: User-bd808.
bd808 moved this task from To Do to In Dev/Progress on the User-bd808 board.
bd808 subscribed.

Ran these commands from deployment-mediawiki02 to change shared image directory file permissions:

sudo chown -R apache:apache /data/project/upload7
sudo chmod -R u=rwX,g=rwX,o=rX /data/project/upload7
sudo chmod -R g+s /data/project/upload7