Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Repairing Disk Permissions does not include user-level files in /Users.
  • You should Verify/Repair Disk before doing a Verify/Repair Permissions.

...

  1. Launch Terminal (located in Applications > Utilities)
  2. To verify permissions, enter the following command:

    Code Block
    sudo /usr/libexec/repair_packages --verify --standard-pkgs / sudo /usr/libexec/repair_packages --verify --standard-pkgs /


  3. To repair permissions, enter the following command:

    Code Block
    sudo /usr/libexec/repair_packages --repair --standard-pkgs /


For OS X 10.10 Yosemite and earlier:

...