Ubuntu Joomla File Folder Recursive Permission Set
find /var/www/joomla -type f -exec chmod 0644 {} \; find /var/www/joomla -type d -exec chmod 0755 {} \;