Skip to content

Instantly share code, notes, and snippets.

@filipeandre
Last active May 8, 2018 14:16
Show Gist options
  • Save filipeandre/6c08ed94cefe168dd41563cd23ed241f to your computer and use it in GitHub Desktop.
Save filipeandre/6c08ed94cefe168dd41563cd23ed241f to your computer and use it in GitHub Desktop.
Reset file and folder permissions to the user default
sudo chmod -R a+rwX,o-w .
sudo chown $USER:$USER .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment