Chapter 2. Linux Fundamentals
This chapter is where the fun part begins: actually getting your hands on Linux basics. It covers the essential building blocks that every Linux administrator needs to know, from understanding the filesystem hierarchy to navigating directories like a pro. By the end of this chapter, you’ll be able to move through the Linux filesystem with the confidence of someone who actually knows what they’re doing (rather than randomly typing commands and hoping for the best).
This chapter starts with the Filesystem Hierarchy Standard (FHS), which is basically Linux’s organizational chart for where everything lives. Unlike that messy drawer in your kitchen where you throw random stuff, Linux has a place for everything and everything is in its place. Then, the chapter explores the boot process, which is what actually happens when you press that power button and watch all those cryptic messages scroll by. Finally, you will learn practical file management skills that you’ll use every single day as a Linux administrator.
Understanding the Filesystem Hierarchy Standard (FHS)
The FHS is like a city planning document for Linux; it defines where everything should live and why. Unlike Windows, with its alphabet soup of drive letters (C:, D:, E:), Linux uses a single hierarchical tree structure that starts from the root directory (/). Everything branches out from there in a logical, organized manner that makes sense once you understand the pattern.
Think of the FHS as ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access