Skip to content

Instantly share code, notes, and snippets.

@shabaz-ejaz
Created July 10, 2017 11:36
Show Gist options
  • Save shabaz-ejaz/16cb39a14b16df88219adda897aee09c to your computer and use it in GitHub Desktop.
Save shabaz-ejaz/16cb39a14b16df88219adda897aee09c to your computer and use it in GitHub Desktop.
Update folder permissions
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