Working as root on a Unix/Linux system is
The groups the user is member of define what activities the user can perform. The following table lists a number of important groups you might wish to use:
| Group | Description |
|---|---|
For instance, to create a user called
Login: root Password:(Your root password) # useradd -m -G users,wheel,audio -s /bin/bash john # passwd john Password:(Enter the password for john) Re-enter password:(Re-enter the password to verify)
If a user ever needs to perform some task as root, they can use
Now that you've finished installing Gentoo and rebooted, if everything has gone
well, you can remove the downloaded stage3 tarball and Portage snapshot from
your hard disk. Remember that they were downloaded to your
# rm /stage3-*.tar.bz2*
# rm /portage-latest.tar.bz2*