CHAPTER

11

Knobs and Dials: API (Virtual) File Systems

Most operating systems (OSs) offer a mechanism by which the insides of the OS can be probed and operational parameters can be set when needed. In Linux, this mechanism is provided by the so-called application programming interface (API) file systems (or virtual or pseudo-file systems). Unlike the other file systems (ext4, Btrfs, XFS, and so on) that we discussed in Chapter 8, virtual file systems are not typically backed by actual physical storage (such as hard disks). The API file systems are typically not listed explicitly in the system’s /etc/fstab configuration file, though you will still find them listed in the output of the mount or findmnt command.

The proc file system is a ...

Get Linux Administration: A Beginner's Guide, Eighth Edition, 8th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.