tum dizinleri 755,dosyalari 644 yap.

sudo chmod -R 644 * ; sudo chmod -R ugo+X *

veya


find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;

!!! EK EK EK !!! 30/12/2010

toptan /home altindaki tum kullanicilar icin uygula:

cd /home
for E in `/bin/ls`; do chmod -R 644 $E/public_html/* ; chmod -R ugo+X $E/public_html/* ; done

!!! EK EK EK !!! 21 – 01 – 2022

find /home/mgo/imap/megaotomarket.com/akdem/Maildir -type f -exec chmod 660 {} ; -exec chown mgo:mail {} ;