Contents: [slideshow]

The Command Line

Filing System, File and Directory Handling

Processes

BASH: More and Scripts

Installation

More

Practical Session




About this document

Basic Linux Stuff

Top-Level Directories


/bin Binary executables, essential Linux utilities
/dev Files representing disks and other devices
/etc Configuration and preferences
/home Where users files live, e.g., /home/mpciish2
/libOperating system libraries
/lost+found Recovered data from a damaged filesystem
/mnt All "drives" are part of one filesystem
/opt Distros put some large packages here, e.g., KDE
/proc Virtual; state of each process.
/rootRoot's home directory.
/sbinAdministration programs/utilities
/sysVirtual; device info cf. /proc
/tmp For temporary files created by running progs
/usr Non-core part of the OS, e.g. user progs, GUI
/varLogs, mail queues, print spools. . .  


...previousup (conts)next...