Introduction to UNIX: basic concepts : UNIX design : the Filesystem : Hierarchy
Previous: The UNIX philosophy: Everything is a file
Next: Access-rights

3.4.2. Hierarchy

UNIX filesystem layout

The filesystem tree has only one root: /. There are no multiple top-level roots like on DOS/Windows (C:, D:, ...).

Additional partitions, removal mediums (CD-ROMs), network filesystems are mounted on top of an existing directory (see figure).

Depending on the type of mount, the content of the directory below is visible or not.


Introduction to UNIX: basic concepts : UNIX design : the Filesystem : Hierarchy
Previous: The UNIX philosophy: Everything is a file
Next: Access-rights