Next Previous Contents

4. Logging in, logging out

To gain access to your account, enter your user name at the login prompt, which will look something like this:

Red Hat Linux release 4.2 (Biltmore)
Kernel 2.0.36 on an i586

guava login:

In this example, the computer is running Red Hat Linux version 4.2, and the word "guava" is the hostname of the computer.

As soon as you have entered your user name, you will be prompted for your password, as shown below:

Red Hat Linux release 4.2 (Biltmore)
Kernel 2.0.36 on an i586

guava login: graeme
Password:

For security reasons, the password is not displayed on the screen as it is entered.

The username and password, like most parts of Linux, are case-sensitive, so make sure you enter your user name correctly: GRAEME and graeme are two different user names! This also applies to passwords.

Once the username and password are entered correctly, you will be logged into your account, and have full access to a shell, such as bash. The shell accepts user commands and displays information, and will be familiar to anyone who has used DOS (but is far more powerful!).

Because Linux is a multi-user system, you can be logged into the computer on multiple virtual consoles: pressing Alt-F1 switches you to the first virtual console, Alt-F2 switches you to the second virtual console, etc.

This demonstrates one aspect of multi-tasking: for example, you can read your e-mail in one console, edit files in another console, while playing Quake in a third console!

To exit the shell, type exit.


Next Previous Contents