Applications → Utilities → Disk Utility
Select the startup disk from the list of volumes.
Click the First Aid tab.
To check permissions, click Verify Disk Permissions. To repair permissions, click Repair Disk Permissions.
Source: https://support.apple.com/en-au/HT201560
You can also do it from Terminal using the diskutil command.
Applications → Utilities → Terminal
To verify permissions:
sudo /usr/libexec/repair_packages --verify --standard-pkgs /
To repair permissions:
sudo /usr/libexec/repair_packages --repair --standard-pkgs /
Type your password when prompted. You'll need to be root or a member of the admin group.
admin
Was this answer helpful? Yes No