Logging in to Red Hat Linux
Because Red Hat Linux was created as a multiuser computer system, you start by logging in (even if you are the only person using the computer). Logging in accomplishes three functions:
Identifies you as a particular user.
Starts up your own shell and desktop (icons, panels, backgrounds, and so on) configurations.
Gives you appropriate permissions to change files and run programs.
After the computer has been turned on and the operating system has started, you see either a graphical login screen (default) or a text-based login prompt. The text-based prompt should look like this:
Fedora Core release 1
Kernel 2.4.22-1 on an i686
localhost login:
Note | If you see a text-based login prompt instead of the graphical login screen, and you want to use the GUI, type your user name and password. Then when you see a command prompt, type startx to start up your desktop. |
The graphical login is typically your entry into the X Window System graphical user interface (GUI). Figure 3-1 is an example of the login window you see when you boot the Red Hat Linux software that comes with this book (called the Fedora Core).

Figure 3-1: A graphical login can access the Red Hat Linux GUI.
Notice the several menu buttons on the login screen. You can ignore them and simply type your user name and password as prompted. Or you can use these buttons as follows:
Language — Click Option to select a language other than the last language you selected when Red Hat Linux was installed. (You may need additional software packages to use different languages.)
Chapter 4).
Reboot — Click to reboot the computer.
Shutdown — Click to shut down the computer.
To log in, type your user name and, when prompted, your password. You should log in as either a regular user or as the root user:
Why Do I Need a User Login?"
The root user — Every Linux system has a root user assigned when Linux is installed. The root user (literally type the user name root) can run programs, use files, and change the computer setup in any way. Because the root user has special powers, and can therefore do special damage, you usually log in as a regular user (which allows access only to that user's files and those that are open to everyone).Cross-Reference
See Chapter 10 for a description of the root user and Chapter 11 for information on how to set up and use other user accounts. Refer to Chapter 14 for suggestions on how to choose a good password.
If your desktop did not start, refer to the "Troubleshooting Your Desktop" section at the end of this chapter. Otherwise, continue on to "Getting Familiar with the Desktop."