Skip to content

Instantly share code, notes, and snippets.

@samsargent
Created July 10, 2016 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samsargent/078aedd79f5d652605ff1c49e6e75d90 to your computer and use it in GitHub Desktop.
Save samsargent/078aedd79f5d652605ff1c49e6e75d90 to your computer and use it in GitHub Desktop.
Reset Permissions Folders 755 Files 644
find . -type d -exec chmod 0755 {} \; && find . -type f -exec chmod 0644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment