Here are some detailed instructions on how to use the maintenance tips that were described by François Joseph de Kermadec from an article he wrote for the O'Reilly Macintosh Development Center. The URL for the original article is: http://www.macdevcenter.com/pub/a/mac/2003/11/21/maintenance.html.

Contents


Repairing Privileges

  1. Open the disk utility. It is located in the /Applications/Utilities folder. It will look something like this:
    disk utility 2
  2. Select your boot drive on the left side of the window, then click Repair Disk Permissions: disk utility 3
  3. Just let it run. You can do this while working on other things.

Repairing the Disk

  1. Boot from the Mac OS X Install CD 1.
  2. From the Installer menu select Open Disk Utility.
  3. Select your hard drive on the left side of the window and click Repair Disk.
  4. Once this has finished, you can quit from the Disk Utility program and reboot your computer. You may need to go back to the Installer menu and select Change Startup Disk so that you will reboot from your hard drive instead of from the installer CD.

Forcing Periodic Maintenance

  1. Open the terminal 1 application. It is located in the /Applications/Utilities folder. It will look something like this:
    terminal 2
  2. There are three different periodic tasks that will run automatically if you leave your computer on all the time. If you don't, then you can run them in the terminal:
    sudo periodic daily
    sudo periodic weekly
    sudo periodic monthly
    Here is an example of running the daily task:
    terminal 3
    Note that the system asked for a password. When it does, you will want to enter your login password (or just hit return if you have an empty password). That is because the sudo command runs whatever follows it as super-user. If you are running all three tasks in a row, the system will probably only ask you to enter your password after the first command.

Updating the Prebinding


Maintenance Schedule

If you have never done any of this maintenance before, now would be a good time to...

  1. Repair the Disk
  2. Repair Privileges
  3. Force Periodic Maintenance
  4. Update the Prebinding

After doing this initial maintenance follow these guidelines...