This is an old revision of the document!
File Permissions
Joomla
Directories <clippy>find . -type d -exec chmod 775 {} \;</clippy>
find . -type d -exec chmod 775 {} \;Files <clippy>find . -type f -exec chmod 775 {} \;</clippy>
find . -type f -exec chmod 775 {} \;