Skip to content

Instantly share code, notes, and snippets.

@biswarupadhikari
Created December 21, 2012 12:03
Show Gist options
  • Save biswarupadhikari/4352422 to your computer and use it in GitHub Desktop.
Save biswarupadhikari/4352422 to your computer and use it in GitHub Desktop.
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 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment