Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cobaohieu/766d73b4702cb7e24b6d9d4d76aecfc5 to your computer and use it in GitHub Desktop.
Save cobaohieu/766d73b4702cb7e24b6d9d4d76aecfc5 to your computer and use it in GitHub Desktop.

Go to macOS Recovery mode

Restart your Mac computer.

Simultaneously press and hold the Cmd and R keys during startup and boot the computer into the macOS Recovery mode.

Go to the Utilities menu and select Terminal.

In the Terminal, type the command below and press Enter.

Disabling System Integrity Protection

csrutil disable
csrutil authenticated-root disable

Enabling System Integrity Protection

csrutil enable
csrutil authenticated-root enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment