This is an old revision of the document!
File Permissions
General
These are the default permissions for all files on CMS, Forums etc (Joomla, Wordpress, phpMyAdmin, myBB, etc)
Directories
find . -type d -exec chmod 755 {} \;
Files
find . -type f -exec chmod 644 {} \;