Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nicolae-olariu/bcbc96ddcaa30fa789ab0a58cbf80b00 to your computer and use it in GitHub Desktop.
Save nicolae-olariu/bcbc96ddcaa30fa789ab0a58cbf80b00 to your computer and use it in GitHub Desktop.
chmod 755 $(find /path/to/base/dir -type d)
chmod 644 $(find /path/to/base/dir -type f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment