| Like this CertiGuide? Get it in PDF format! |
Click Here!
|
|
|
Disk Partitions and Key System Directories
The concept of different disk drives
being referenced as a separate drive is unique to Windows. In Linux
a separate disk partition or a partition on a different drive
is mounted on or within a directory within the current file system and
is merely referenced as being within a directory where it is mounted.
So the path name to files within this partition would be prefixed with
the directory(s) wherein this file system is mounted.
Table 9
contains a list of the most essential Linux system directories.
Table 9: Key Linux System Directories
System directory
|
Description
|
/bin
|
major commands (binaries and
scripts) for use by all users
|
/boot
|
files used by the boot loader
including the kernel
|
/dev
|
device files
|
/etc
|
system configuration files
|
/home
|
user home directories
|
/lib
|
shared program libraries used
by kernel modules and commands in /bin and /sbin
|
/mnt
|
removable media files systems
are usually mounted here
|
/opt
|
additional or optional system
programs and components, many distributions do not use this directory
|
/proc
|
process and kernel information
stored here, the contents of this directory are created at boot time
and as process information changes
|
/root
|
roots home directory
|
/sbin
|
system binary commands used principally
by the system administrator
|
/tmp
|
temporary files created by programs
|
/usr
|
contains additional system commands,
utilities and user application programs including these directories:
/usr/bin - additional user binary commands and scripts
/usr/include - C-program header files
/usr/lib - libraries
/usr/local - local programs
/usr/sbin - additional system binary commands
/usr/share -
/usr/src - source code
/usr/X11 - the X-Windows system
|
/var
|
files that frequently change
including log files, spooler files, web server files, ftp server files,
database files
|
Most Linux distributions
use a similar set of basic names for major directories found within
the root directory. If the reader wants additional information about
these directories after reading this section, the specification for
these directories can be found at http://www.pathname.com/fhs/.
The Linux Documentation Project also has an excellent discussion paper
at http://www.tldp.org/LDP/fhs/fhs6.pdf.
Now lets take a more detailed
look at what each of these directories contains.
| If you find CertiGuide.com useful, please consider making a small Paypal donation to help the site, using one of the buttons below. You can also donate a custom amount using the far right button (not less than $1 please, or PayPal gets most/all of your money!) In lieu of a larger donation, you may wish to consider buying an inexpensive PDF equivalent of the CertiGuide to A+ (A+ 4 Real) from StudyExam4Less.com. Thanks for your support! |
|
|
Home -
Table Of Contents - Contact Us
CertiGuide to A+ (A+ 4 Real) (http://www.CertiGuide.com/apfr/) on CertiGuide.com
Version 1.0 - Version Date: March 29, 2005
Adapted with permission from a work created by Tcat Houser et al.
CertiGuide.com Version © Copyright 2005 Charles M. Kozierok. All Rights Reserved.
Not responsible for any loss resulting from the use of this site.
|