| Getting Started with Linux - Lesson 4 |
|---|
Home Sweet Home
We talked about /home before. This is a directory for storing users'
personal files. All of us have certain preferences for using programs. These
preferences are usually included in configuration files which are also stored
in users' home directories. Most of these files start with a '.' (period/dot).
If you go to your home directory, 'cd /home/[username]' and type:
ls -a
you will see these files.
What's left
The /floppy /cdrom and /mnt directories
Most installations of Linux will also provide these directories:
/mnt
/cdrom
/floppy
These shouldn't contain anything. Later on, we'll explain in more detail what
these are for. Let's just say that in Linux, if you want to see what's on a
floppy disk or a CD, you're not going to be able to just click on an 'a:' icon
or a 'd:' icon. You're going to do
cd /floppy or cd /cdrom
If you try that now you probably won't see anything. As I said, more about
these directories later in the course.
Well, we've looked under Linux's hood, so to speak. In the next lesson,
we'll take her for a little spin.
[Previous] [Next]
|