Skip to content

Instantly share code, notes, and snippets.

@shmaltorhbooks
Created May 10, 2013 11:27
Show Gist options
  • Save shmaltorhbooks/5553844 to your computer and use it in GitHub Desktop.
Save shmaltorhbooks/5553844 to your computer and use it in GitHub Desktop.
644 to files 755 to folders
find ./ -type f -exec chmod 644 {} \;
find ./ -type d -exec chmod 755 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment