Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Enable the root user' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Enable the root user
Authored by: d0ktorbuzz0 on Tue, Oct 30 2007 at 5:21AM PDT
I always enable the root user and set a secure password as one of the first configuration stages on any new system. Then I immediately disable the root account. That way there's a non-default password required for any root account use, and with the account disabled by default it is the most secure possible arrangement. If any non-root account is compromised, the intruder would still have to guess or subvert a secure root password, instead of finding a password-less root account.

[ Reply to This | # ]
10.5: Enable the root user
Authored by: Tiny Clanger on Tue, Oct 30 2007 at 1:23PM PDT
I'm fairly sure OS X uses the standard Unix method of setting the encrypted password to something that can never be produced by crypt(), so that no password can ever match. If that's so, you don't need to bother...

While I'm here, does anyone know how to change root's shell? chsh lets me change it to /bin/zsh, but when I run sudo -s, I still get bash. I hate bash :(

[ Reply to This | # ]