Skip to content

Instantly share code, notes, and snippets.

@GokhanPolat
Last active August 17, 2016 10:42
Show Gist options
  • Save GokhanPolat/c1ecf08dd07c5ff8ca9fbf47107b3a00 to your computer and use it in GitHub Desktop.
Save GokhanPolat/c1ecf08dd07c5ff8ca9fbf47107b3a00 to your computer and use it in GitHub Desktop.
Verify - Repair Disk Permissions in OS X El Capitan from Command Line
# MacOSX permissions verify and repair
# verify
sudo /usr/libexec/repair_packages --verify --standard-pkgs /
# repair
sudo /usr/libexec/repair_packages --repair --standard-pkgs --volume /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment