Chapter 4. The Linux file system
In this chapter we'll spend some time exploring the Linux file system. We will explain what a file system is and what makes the Linux file system unique. We will describe the structure of the Linux file system and how under Linux, (almost) everything is a file. We will do this interactively, giving you the first closer look at some common Linux commands which will be used in scripting later on.
The following commands will be introduced in this chapter: pwd
, cd
, df
, echo
, type
, cat
, less
.
The following topics will be covered in this chapter:
- The Linux file system explained
- The structure of the Linux file system
- Everything is a file