Skip to content

Instantly share code, notes, and snippets.

@maxxcrawford
Created May 5, 2015 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxxcrawford/4a6fd5feb91a0b43a5ca to your computer and use it in GitHub Desktop.
Save maxxcrawford/4a6fd5feb91a0b43a5ca to your computer and use it in GitHub Desktop.
Project Permissions Repair
$ sudo chown -R $(whoami): .
# $(whoami) prints your username
# :(blank) rewrites the staff owner as the machine default
# Broco's default groupname is "staff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment