0% found this document useful (0 votes)
26 views

The Linux File System

The Linux filesystem provides a way to store files that can be randomly accessed across partitions and hard drives. It is organized hierarchically with the root represented as /, containing directories for commands, devices, configuration, home directories, libraries, mounts, processes, temporary files, users, and variables. Each directory conventionally contains certain types of files to support the Linux system and users.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

The Linux File System

The Linux filesystem provides a way to store files that can be randomly accessed across partitions and hard drives. It is organized hierarchically with the root represented as /, containing directories for commands, devices, configuration, home directories, libraries, mounts, processes, temporary files, users, and variables. Each directory conventionally contains certain types of files to support the Linux system and users.
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

The Linux Filesystem A filesystem provides a way to store files that can be randomly accessed.

Within the Linux filesystem, each partition or hard drive is shown relative to the root of the filesystem. The root is represented as /. Linux is organized in a hierarchical manner. Each of the directories on the Linux filesystem conventionally contains certain types of files: Directory Contents
/ /bin /dev /etc /home /lib /mnt /proc /tmp /usr /var

The beginning or root of the directory tree Command binaries Peripheral device files Configuration files for the system Users' home directories Shared libraries Temporary partitions used for mounting Virtual filesystem containing information about the kernel and processes Application temporary files Several subdirectories containing user commands, documentation, and other system information that does not change Log files and other files that change wile the system is running

You might also like