Tutorial: Enabling Root Access in OS X (Tiger)
March 30th, 2007
By default, the root account is disabled in OS X. If you are a developer new to the platform, you will be needing to access many things that are available only with root access. This tutorial walks you through the process of enabling the root account in OS X.
NOTE: This guide is specific to enabling root access on Tiger, (10.4). To learn how to enable root access on Snow Leopard (10.6), follow these instructions. To learn how to enable root access on Leopard (10.5), follow these instructions instead.
Enabling Root in Tiger:
- From within an account with administrative privilegs, open NetInfo Manager (found in the Utilities folder)
- If it is locked, click the Padlock icon in the lower portion of the window to allow changes
- Go to the tools menu and select “Enable Root User”
- Enter the password for your administrative account when prompted
- Now select Users from the “/” list, and select “root” from the users list
- Select the “passwd” row and double-click the password value
- Change the password one that is secure
- Click the padlock icon again to lock out further changes, and you’re done
Alternatively, you can simply type “sudo passwd root” in a terminal window, and you’re off to the races.
To change the root password once root access has been turned on, simply do the same and type “sudo passwd root” in a terminal window. Enter the new password, and you’re done.
Sphere: Related Content


