How often should repair permissions be run, and is there a way to Automate it?
Thanks.
Hi qwest4zen
If you have problems at any time with your machine, a first step would be to repair permissions. Repairing Permissions only looks at Apple.pkg files, or any .pkg files that are in the Receipts folder, so it doesn't repair all permissions.
No need to do it on a regular basis. I do it after installing any major update.
You can use Cocktail to schedule all maintenance tasks;
http://www.maintain.se/cocktail/index.html
bobw
http://www.macosx.com
You have to use a program like Cocktail to automate it. No way to have it done another way. With Cocktail, you can schedule automatically.
bobw
http://www.macosx.com
Just trying to confirm, I thought I had read somewhere that it can be automated in the terminal...?
Ok, you can do it in Terminal with a Script.
Open the AppleScript Editor in the AppleScript folder in your Application folder.
Paste this in -
do shell script "sudo diskutil repairPermissions /" password "*******" with administrator privileges
Change the ***** to your password.
Save as an Application with a name like RepairPermissions, to wherever you want to keep it.
Open the System Preferences>Accounts. Click on the Stratup Items tab and drag the script to that pane. It will now run automatically anytime you start the machine.
bobw
http://www.macosx.com