Skip to content

Instantly share code, notes, and snippets.

@rwenz3l
Created September 17, 2017 21:46
Show Gist options
  • Save rwenz3l/0fc6ddc307cf09d5e1ae6ec730691944 to your computer and use it in GitHub Desktop.
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
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