Skip to content

Instantly share code, notes, and snippets.

@xudshen
Last active August 29, 2015 14:04
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 xudshen/39527b8c55de51cb5f42 to your computer and use it in GitHub Desktop.
Save xudshen/39527b8c55de51cb5f42 to your computer and use it in GitHub Desktop.
find /path/to/base/dir -type d -print0 | xargs -0 chmod 755
find /path/to/base/dir -type f -print0 | xargs -0 chmod 644
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment