Changes

Jump to navigation Jump to search
73 bytes added ,  08:40, 5 June 2018
link to Drupal.org; add sudo because it may be necessary
sudo find $DROOT/ -type f -exec chmod u=rw,g=r,o= '{}' \;
sudo find $DROOT/sites -type d -name files -exec chmod ug=rwx,o= '{}' \;
for d in "$DROOT/sites/*/files"; do sudo find $d -type d -exec chmod ug=rwx,o= {} \; ; find $d -type f -exec chmod ug=rw,o= {} \; ; done
</source>
The above script is explained at https://www.drupal.org/node/244924
=== Fixing perms on your gluster mount dir in Meza ===
4,558

edits

Navigation menu