I Need More Help!
Way back in the introduction to the book, I gave you a list of places you might look to for help, some online and others in the community. As it turns out, your desktop has a very handy and
The KDE Help Center (command
Figure 4-18. The KDE Help Center.
The left-hand pane lists the various documentation categories from KDE
Konqueror and man PagesBefore we wrap up this chapter, I'll show you one last cool trick with Konqueror to assist you with online help. You may have noticed that the KDE Help Center does let you browse man pages. man pages (short for "manual") are the classic Linux command documentation. To view a man page in Konqueror, enter the command name, preceded with the "#" symbol in the Konqueror Location field. For example, to look up the date command I showed you earlier, you would enter "#date". This will be translated to " man:/date ". You could, of course, just enter that instead, as in Figure 4-19. Figure 4-19. Using Konqueror to view man pages.
|
Konquest of the Desktop
Now that you and your system have been
properly
introduced, it is time to do some exploring. In the
|
ResourcesX.Org
|
Chapter 5. Konquering Your World
Anyone who has ever had a system crash without a handy backup of his or her files
That means it is time to
|
Files, Directories, and the Root of All ThingsThere's a saying in the Linux world that " everything is a file " (a comment attributed to Ken Thompson, the developer of UNIX). That includes directories. Directories are just files with lists of files inside them. All these files and directories are organized into a hierarchical file system, starting from the root directory and branching out.
The root directory (referred to as slash , or / ) is actually aptly named. If you consider your file system as a tree's root system spreading out below the surface, you start to get an idea of just what things look like.
Under the root directory, you'll find folders called
usr
,
bin
,
etc
,
tmp
, and so on. Open up Konqueror by clicking on the icon in your taskbar that has a house in front of a folder. This
Figure 5-1. Konqueror's file manager view with navigation panel (left) open.
These are all system directories, and they will contain all the programs that make your Linux system run, including documentation, devices, and device drivers. For the most part, you aren't going to be touching these files. Accidentally changing things around in this part of your system probably isn't a good thing, which is why everyone logs in with his or her own account.
One of the directories under the root is called
home
, and inside that directory you'll discover other directories, one for each login
Try this. Over on the left side of the tree view, you'll see a little
plus sign
beside the home directory. Click on the plus sign, and the tree view will expand to show your own personal directory. Notice that the plus sign has become a minus sign. If you click it again, the directory view collapses. With the home directory expanded, click on your personal directory. You should see a few items appear in the right side view, including one icon labeled
Desktop
. For an example, see Figure 5-2. On the left side,
/dev
is expanded, and the right side view shows the same directory
Figure 5-2. Expanding and collapsing directories./dev expanded
/dev/collapsed
Before you do anything else, I want you do look down in your taskbar, at the bottom of the screen. Do you see the desktop icon there, just to the right of the big K? It looks like a desktop blotter with a lamp above it. Move your mouse cursor over it, and the tooltip will display Show Desktop . Click it, and your desktop appears, free of windows. Click it again, and everything returns to normal.
{% if main.adsdop %}{% include 'adsenceinline.tpl' %}{% endif %} I am having you do this because I want you to take note of what icons are on your desktop. Now go back to your Konqueror session and click on the Desktop icon in the right (or main) window. All the icons on your desktop show up there. Why is that, you ask? Because even those icons on your desktop are files or directories. Cool? Let's move on.
Directories (and subdirectories) will usually show up as folders, although this isn't a hard-and-fast rule because you can customize this. Nevertheless, some directories have different icons right from the start—the Desktop icon you just visited and the Trash can being two notables. |