Skip to content

Instantly share code, notes, and snippets.

@TheRatG
Last active August 29, 2015 14:08
Show Gist options
  • Save TheRatG/8928329c5841350d3d33 to your computer and use it in GitHub Desktop.
Save TheRatG/8928329c5841350d3d33 to your computer and use it in GitHub Desktop.
Uni read privileges
find <folder> -type d -exec chmod 755 {} \;
find <folder> -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment