Skip to content

Instantly share code, notes, and snippets.

@ifnull
Last active December 12, 2015 09:38
Show Gist options
  • Save ifnull/4752499 to your computer and use it in GitHub Desktop.
Save ifnull/4752499 to your computer and use it in GitHub Desktop.
Fix user folder permissions
shopt -s dotglob
sudo chmod -R -v -N ~/
sudo chown -R -v $(whoami):staff ~/
sudo chmod -R -v 700 ~/
sudo chmod -v 755 ~/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment