The /proc/
Directory
The /proc/
directory contains special files that either extract information from or send information to the kernel. Examples include system memory, cpu information, hardware configuration etc.
Due to the great variety of data available within /proc/
and the many ways this directory can be used to communicate with the kernel, an entire chapter has been devoted to the subject. For more information, refer to The proc
File System.