File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,14 @@ following script to determine your web server user and grant the needed permissi
54
54
$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:`whoami`:rwX app/cache app/logs
55
55
56
56
.. note ::
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
60
- setfacl isn't available on NFS mount points. However, storing cache and logs
61
- over NFS is strongly discouraged for performance reasons.
57
+
58
+ The first ``setfacl `` command sets permissions on the existing files and
59
+ folders, while the second one sets permissions for future files and folders.
60
+ Both of these commands assign permissions for the system user and the Apache
61
+ user.
62
+
63
+ ``setfacl `` isn't available on NFS mount points. However, storing cache and
64
+ logs over NFS is strongly discouraged for performance reasons.
62
65
63
66
4. Without Using ACL
64
67
~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments