Quote:
Originally Posted by Kieren You don't get a root user by default. Instead anything you want to do as root is preceded by sudo. For example: |
First, sudo is not even mentioned in the handbook. At least, not in the basic stuff that you need to read to install Gentoo. Not as far as I can remember, though I haven't used the handbook for anything other than reference purposes on the last years. Unlike in many other linux distros, sudo is not even part of
system which is the basic Gentoo package set. In Gentoo you don't get sudo unless you emerge it and set it up yourself.
Second, you can't run a linux system without root, and you can't use sudo without root. Every linux tipical system will setup for you a root user, and ask you to enter a valid password for it when installing.
The only purpose of sudo is automating the whole process, allowing you to run a given program with root ID without needing a password. There's nothing magical behind it, and you still need a root ID.
As for the original topic, as someone already mentioned above, it's perfectly explained in the handbook how to set up the root password before rebooting.