Enabling the Root Account
Only one person is allowed to clomp through any Mac OS X directory, unfettered and unrestricted: whoever holds the root (superuser) account. There are two ways to turn on this usually hidden account: the NetInfo way (see Section 12.10) and the Unix way.
To enable the root account in Terminal, all you have to do is make up a password for the dormant account using the passwd command.
Normal account holders can use passwd to change their own passwords (although the Accounts pane of System Preferences strikes most people as a more direct way to do so). To change your own password, for example, just type passwd and press Enter. You're asked to type your old password, and then the new one twice.
Note
As you type your old and new password, no typing appears onscreen. That's a safeguard against people peeking over your shoulder as you type.
The superuser, on the other hand, can change anyone's password—including the root account's password (doing so using the command line, however, does not also change that user's Keychain password, as happens when you use System Preferences). Fortunately, so can an administrator using sudo, like this:
sudo passwd root
At this point, sudo prompts you for your password to confirm that you're actually an administrator. After you've entered it, the passwd utility prompts you to enter a new password for the root account. Make it a good one: no spaces, at least four characters long.
Once the root account has a password, you can use it to log ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access