Skip to content

Commit b0e109d

Browse files
beyerzxabbuh
authored andcommitted
Update file_permissions.rst
Added extra explanation for setfacl to clarify the purpose of each command
1 parent 06194ca commit b0e109d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup/file_permissions.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ following script to determine your web server user and grant the needed permissi
5454
$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
5555
5656
.. note::
57-
57+
The first setfacl deals with setting permissions on the currently exisitng files and folders,
58+
while the second line results in setting permissions for future files and folders.
59+
Both of these setfacl commands assign permissions for the system user and the apache user
5860
setfacl isn't available on NFS mount points. However, storing cache and logs
5961
over NFS is strongly discouraged for performance reasons.
6062

0 commit comments

Comments
 (0)