ajhsu / blog

The external storage of my brain.
3 stars 0 forks source link

procfs #89

Open ajhsu opened 5 years ago

ajhsu commented 5 years ago

TLDR

The proc filesystem is a pseudo-filesystem which provides an interface to kernel data structures.

TLDR Cont.

The proc filesystem (procfs) is a special filesystem in Unix-like operating systems that presents information about processes and other system information in a hierarchical file-like structure, providing a more convenient and standardized method for dynamically accessing process data held in the kernel than traditional tracing methods or direct access to kernel memory.

Fields

Memory

References