Written by: Sheldon Cohen 11/15/2011 10:43 AM
Replace the path with your info, but here you go, enjoy!!!
find /path/to/joomla/root/ -type d -exec chmod 755 {} \; find /path/to/joomla/root/ -type f -exec chmod 644 {} \;
0 comment(s) so far...