/ Published in: Bash
Expand |
Embed | Plain Text
find . -type f -exec chmod 644 {} \; find . -type d -exec chmod 755 {} \; chmod o+w var var/.htaccess includes includes/config.php app/etc chmod 550 pear chmod -R o+w media chmod 666 app/etc/use_cache.ser
You need to login to post a comment.
