proweb
12/21/2012 - 12:03 PM

Ubuntu Joomla File Folder Recursive Permission Set

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 {} \;