8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28b6c4 commit 9600a87Copy full SHA for 9600a87
setup/file_permissions.rst
@@ -44,7 +44,8 @@ server user and grant the needed permissions:
44
.. code-block:: terminal
45
46
$ HTTPDUSER=$(ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1)
47
- # if this doesn't work, try adding `-n` option
+
48
+ # if the following commands don't work, try adding `-n` option to `setfacl`
49
50
# set permissions for future files and folders
51
$ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:$(whoami):rwX var
0 commit comments