1. Linux folders

1.1 Relative folders

~"home directory" The user personnal folder.
Normally: /home/<usager>
.Current folder
..Parent folder

1.2 Importants and frequently used folders

/homeHome folder for each user.
/devContains each devices
ex : First IDE hard drive = /dev/hda
/bootContains the kernel
/binContains the executables files *
/sbin
/usr/bin
/usr/local/bin
/etcContains the configuration *
/libCoontains the libraries (Similar to DLLs) *
/mntCountains the mounts (links to an other filesystem)
/mnt/floppyThe floppy drive
/mnt/win_cDefault for the first Windows partition (FAT/NTFS)
/root"Home directory" for the user root
/tmpTemporary files
/var/logLog files
/procSystem informations

* The files can be found in other folders, these are not fixed rules