Skip to content

Instantly share code, notes, and snippets.

@matt-bailey
Created September 3, 2012 13:34
Show Gist options
  • Save matt-bailey/3609371 to your computer and use it in GitHub Desktop.
Save matt-bailey/3609371 to your computer and use it in GitHub Desktop.
Terminal - Chmod folders/files recursively
# -R recursively all + read & write
chmod -R a+rw [folder]/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment