for i in `ls /var/cpanel/users|grep -v \/`; do find /home/$i/public_html -type f -exec chmod 0644 '{}' \; done;for i in `ls /var/cpanel/users|grep -v \/`; do find /home/$i/public_html -type d -exec chmod 0755 '{}' \; done;şu kodları denermisin ssh de.