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,tty -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 your system is booted, log on as the user you created (for instance,
$ su - Password:(Enter your root password)
Now we need to change the Portage configuration to look for the prebuilt binaries from the second CD (Gentoo Packages CD). First mount this CD:
(Put the Gentoo Packages CD in the CD tray) # mount /mnt/cdrom
Now configure Portage to use
# ls /mnt/cdrom(If there is a /mnt/cdrom/packages directory:) # export PKGDIR="/mnt/cdrom/packages"(Otherwise:) # export PKGDIR="/mnt/cdrom"
Now install the packages you want. The Packages CD contains several prebuilt binaries, for instance KDE:
# emerge --usepkg kde
Be sure to install the binaries now. When you do an
Congratulations, your system is now fully equiped! Continue with