Created
January 19, 2012 23:14
-
-
Save mstrauss/1643637 to your computer and use it in GitHub Desktop.
reset permissions on a Mac OS X user folder
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
### to reset permissions on a Mac OS X user folder: | |
# clear the immutable flag | |
sudo chflags -Rvv nouchg . | |
# remove ACLs and change owner to yourself | |
sudo chown -RN <your user name here> . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment