Fundamentals 3 min read

Unlock Linux Filesystem Secrets: A Complete Guide to Core Directories

This article compiles essential information about Linux’s core directories—/etc, /usr, /var, /proc, and /dev—detailing their purposes, typical contents, and how they fit into the overall filesystem hierarchy, complemented by illustrative diagrams for developers and administrators.

MaGe Linux Operations
MaGe Linux Operations
MaGe Linux Operations
Unlock Linux Filesystem Secrets: A Complete Guide to Core Directories

This article is compiled from various online sources.

Reference URLs:

http://www.hudong.com/wiki/linux%E7%9B%AE%E5%BD%95%E7%BB%93%E6%9E%84

http://linux.ccidnet.com/art/3067/20070315/1037337_1.html

http://os.51cto.com/art/200802/65783.htm

http://www.iteye.com/topic/1125162

1. Tree Directory Structure Diagram

2. / Directory

3. /etc Directory

Configuration files specific to the host system.

4. /usr Directory

Default software is stored here. It holds read‑only user data, including most user tools and applications.

5. /var Directory

/var contains data that changes during normal system operation and is not shared over the network.

6. /proc Directory

A virtual filesystem that presents kernel and process information as text files; system information such as uptime and network status is stored here. Files are read‑only, even for root.

7. /dev Directory

Device files are stored here, divided into block devices (b) and character devices (c). Common device files are described.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Directory StructureSystem AdministrationFilesystemoperating system fundamentals
MaGe Linux Operations
Written by

MaGe Linux Operations

Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.