Content deleted Content added
added info + capitalized beginning of sentences + misc. minor edits |
No edit summary |
||
Line 50:
|
:<code>/mnt</code>
|Stands for "mount". Contains filesystem mount points. These are used, for example, if the system uses multiple hard disks or hard disk partitions. It is also often used for remote filesystems, CD-ROM/DVD drives, and so on.
|-
|
:<code>/lib</code>
|Contains system libraries, and some critical files such as [[loadable kernel module|kernel modules]] or [[device driver]]s.
|-
|
:<code>/root</code>
|The home directory for the [[superuser]] "root" - that is, the system administrator. This account's home directory is usually on the initial filesystem,
|-
|
:<code>/tmp</code>
|A place for temporary files. Many Unices clear this directory upon
|-
|
:<code>/usr</code>
|Originally the directory holding user home directories, its use has changed. It now holds executables, libraries, and shared resources that are not system critical, like the [[X Window System]], [[KDE]], [[Perl]], etc. (The name "Unix System Resources" is a ''post hoc'' [[backronym]]{{citation needed|date=December 2010}}.) However, on some [[Unix]] systems, some user accounts may still have a home directory that is a direct subdirectory of /usr, such as the default as in [[Minix]]. (on modern systems, these user accounts are often related to server or system use, and not directly used by a person)
|-
|
Line 74:
|
::<code>/usr/include</code>
|Stores the development headers used throughout the system. [[Header
|-
|
Line 86:
|
:<code>/var</code>
|A short for "variable." A place for files that may change often - especially in size, for example e-mail sent to users on the system, or process-ID [[lock file]]s.
|-
|
Line 94:
|
::<code>/var/mail</code>
|The place where all the incoming mails are stored. Users (other than <code>root</code>) can access their own mail only. Often, this directory is a [[symbolic link]] to <code>/var/spool/mail</code>.
|-
|
|