The filesystem appears as one
rooted tree of directories.
File types The original Unix file system supported three types of files: ordinary files,
directories, and "special files", also termed device files. while System V added
FIFO files. BSD also added
symbolic links (often termed "symlinks") to the range of file types, which are files that refer to other files, and complement hard links. and differ from hard links in that they may span filesystems and that their existence is independent of the target object. Other Unix systems may support additional types of files. ==Conventional directory layout==