Objectives
-
What constitutes a special filesystem
-
Practical uses for two of the special filesystems, /proc and /sys
-
The use of some of the tools that allow easy access to view system data in these special filesystems
-
How to create and manage swap files
-
Using Zram for swap
-
Some differing recommendations for swap size
Introduction
In Chapter 23, we looked at some tools like top that allow SysAdmins to look inside the running Linux kernel. We also discussed the observer effect, ...