October 2018
Beginner
794 pages
19h 23m
English
Linux has a very rich and powerful filesystem called procfs—proc for process. It is usually mounted under /proc, and it contains pseudo-files and directories that contain valuable runtime-generated information on processes and internals information. In a nutshell, procfs serves as a UI for two key purposes:
Taking the trouble to study and use the Linux proc filesystem is well worth it. Pretty much all the user space monitoring and analysis tools are ultimately based on procfs. Find ...
Read now
Unlock full access