On
Unix-like computer systems, procfs, short for
process file system, is a pseudo-file system (pseudo in that it is dynamically generated at boot) used to access process information from the
kernel. The file system is often mounted at the /proc
directory. Because /proc is not a real file system, it consumes no storage space and only a limited amount of memory.
See more at Wikipedia.org...