注册并分享邀请链接,可获得视频播放与邀请奖励。

Inside Computing 的个人资料封面
Inside Computing 的头像

Inside Computing (@insidecomput)

@insidecomput
Inside Computing. Understanding the technology behind modern computing. Linux, C, CPUs, systems, memory, kernels, RISC-V, AI, and FPGA
8.2K 正在关注    8K 粉丝
Linux File System Architecture - Beginner Friendly Explained Linux File System Architecture Chapter 1 — The Root Directory. Everything in Linux begins with this single directory. Chapter 2 — Why the Linux Hierarchy Matters Chapter 3 — /bin and /sbin directories - /bin directory contains essential command-line programs /sbin contains administrative commands used mostly by the root user. Chapter 4 — /etc Configuration Philosophy - stores system configuration files Chapter 5 — /home and /root directories. /home directory stores user data /root - home directory for the root administrator account Chapter 6 — Everything Is a File Chapter 7 — /dev directory. hardware devices appear as files. Chapter 8 — /proc directory. a virtual filesystem generated dynamically by the Linux kernel Chapter 9 — /var dir. Runtime Data including log files Chapter 10 — /tmp dir. Temporary Files Chapter 11 — /usr dir . Including User Applications Chapter 12 — /lib Shared Libraries Chapter 13 — /boot and the Startup Process Chapter 14 — /mnt dir and Mount Philosophy Chapter 15 — /sys and Modern Kernel Interfaces Final Chapter — Why Linux Won
显示更多
Most people think Linux is complicated. But the core idea is simple: Applications should not directly control hardware. Instead, Linux uses a layered architecture: Applications → System Calls → Kernel → Drivers → Hardware When an application needs something, it asks the kernel through a system call.
显示更多