next up previous
Next: How to Quit Up: Welcome to Linux Previous: A Note About Conventions

The Root of the Matter

       

When your system starts, you'll see an array of messages speeding past you on the screen. Many of these messages simply tell you what services are starting on your computer.

Want to read those startup messages more closely? At a shell prompt, type dmesg | more. You'll be able to read the file one screen at a time. To move forward, press the Spacebar; to quit, press Q.

Eventually, you'll come to ''the login prompt'' (as shown in Figure fig:f3).

You'll find:


\begin{tscreen}\begin{tex2html_preform}\begin{verbatim}Login:Password:\end{verbatim}\end{tex2html_preform}\end{tscreen}

At this point, some new users can easily feel rattled, but don't panic. Instead, think back: When you installed BL2000, you were asked for a root password.

Specifically, this is the password you were asked to choose in order to log in to your root account. When you log in - either in the root account or other accounts - you're introducing yourself to the system. The root account, unlike all other accounts for your system, has access to everything. Also known as the superuser, the root account can control everything the system does.

Go ahead and login; at the Login: prompt just type:


\begin{tscreen}\begin{tex2html_preform}\begin{verbatim}root\end{verbatim}\end{tex2html_preform}\end{tscreen}

and press Enter or the Tab key.

Case matters. Linux, like UNIX, makes a distinction between uppercase and lowercase letters. So root is not the same as Root. In fact, as far as Linux is concerned, they're two different accounts.

Don't worry about mistakes when you log in; you can always use the Delete key to start over.

When you're asked, type in the password you chose when you installed . You won't see your password on the screen as you type; that's one of the security features of your Linux system.

Be sure to type commands exactly as you see them - spaces, dashes and all. To Linux, an extra space or letter can make all the difference in the world.

When you're finished typing in your password, press Enter.

You'll be presented with your new desktop. Once you become more comfortable with your new operating system and with KDE, you'll probably be able to fill up that desktop quickly with applications.

There's plenty of space to be filled, not just on your current desktop but on numerous desktops - four by default.

To learn about KDE in detail, including applications and navigation, consult the KDE User's Guide.

But for now, let's just concentrate on your current desktop.

Go ahead and look around. You can begin by clicking with the left mouse button on the file folder called Home Directory on the desktop.

Here, you'll find icons representing the various directories and files on your system.

From the panel on the bottom, left-click once on K-menu with your mouse, and you can begin to investigate some of the applications which have been included with your environment.

From here, you can find ways to customize your workspace, search for files, write letters or other documents, start spreadsheets and more.

But before you get too daring...

While you're logged into the root account, avoid the temptation to make any changes to files or directories unless you know exactly what you're doing!

Here's why: Whenever the system recognizes you as the root account you're allowed to do just about anything: change configuration files, make new directories, create and manage accounts for users who are allowed to use your computer and more.

That kind of power comes with a price, and tinkering around with configuration files, accounts and directories can easily lead to disaster.

So how are you supposed to operate safely?

By creating a user account, which we'll cover shortly. With a user account, you can work and play with the confidence that you're not damaging your system.


next up previous
Next: How to Quit Up: Welcome to Linux Previous: A Note About Conventions
t-1@bestlinux.net