In Mac OS X El Capitan, Apple added SIP (System Integrity Protection), previously referred to as rootless mode in the beta releases. SIP is essentially just a block on editing the /System
, /sbin
, and /usr
directories (with the exception of the /usr/local
subdirectory).
I recommend keeping SIP enabled whenever possible, so enable it again after you have finished making changes, unless an application you’re trying to run requires it permanently disabled.
Disabling SIP
- Reboot your computer into Recovery Mode by holding down
Command + R
on startup - Open
Terminal
from theUtilities
menu - Enter the following command:
csrutil disable
- Reboot your computer
Enabling SIP
- Reboot your computer into Recovery Mode by holding down
Command + R
on startup - Open
Terminal
from theUtilities
menu - Enter the following command:
csrutil enable
- Reboot your computer
Thanks so much for this.
Also… what a pain in the arse just to get Illustrator working. I don’t blame Apple for this, but Adobe.
Thanks again!