Kernel

proc File System

English

Overview

A mechanism for viewing running-process and kernel information as virtual files.

Details

A pseudo file system that exposes running-process and kernel state as virtual files under /proc. Just reading them with cat immediately shows information like CPU details or memory usage.

More Linux terms