Created
September 17, 2017 21:46
-
-
Save rwenz3l/0fc6ddc307cf09d5e1ae6ec730691944 to your computer and use it in GitHub Desktop.
repair Disk Permissions on ElCapitan / Sierra when System Integrity Protection (SIP) is off
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
sudo chown root:admin /Applications; sudo chmod 0775 /Applications | |
sudo chown root:wheel /Library; sudo chmod 0755 /Library | |
sudo chown root:admin /Library/Application\ Support; sudo chmod 0755 /Library/Application\ Support | |
sudo chown root:admin /Users; sudo chmod 0755 /Users | |
sudo chown root:wheel /usr; sudo chmod 0755 /usr | |
sudo chown root:wheel /usr; sudo chmod 0755 /usr/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment