Last active
October 11, 2018 19:56
-
-
Save farshadtx/47973a02bafbc83a0b25 to your computer and use it in GitHub Desktop.
Change permissions on Mac OS X El Captain and the system won't even boot?! [Fix]
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
If anyone set this stupid 'No Access' to Mac HD like me, Here is the fix: | |
1- Boot into single mod by : Restart when you hold down Command and S keys | |
2- Enter each commands : | |
mount -uw / | |
chown root / | |
chmod 1775 / | |
exit | |
3- All set! | |
Credit to : dj-katchy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment