Last active
December 12, 2015 09:38
-
-
Save ifnull/4752499 to your computer and use it in GitHub Desktop.
Fix user folder permissions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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