December 2012
Intermediate to advanced
888 pages
48h 24m
English
The content of the /proc directory is created from memory and exists only while Linux is running. This directory contains special files that either extract information from or send information to the kernel. Many Linux utilities extract information from dynamically created directories and files under this directory, also known as a virtual file system. For example, the free command obtains its information from a file named meminfo:
matthew@seymour:~$ free total used free shared buffers cachedMem: 4055680 2725684 1329996 0 188996 1551464-/+ buffers/cache: 985224 3070456Swap: 8787512 0 8787512
Read now
Unlock full access