Skip to content

Instantly share code, notes, and snippets.

@mukundthanki
Last active March 17, 2021 15:46
Show Gist options
  • Save mukundthanki/90cf66813a99a98abc0b6d541f2a26ba to your computer and use it in GitHub Desktop.
Save mukundthanki/90cf66813a99a98abc0b6d541f2a26ba to your computer and use it in GitHub Desktop.
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