Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

procfs

The procfs is a filesystem providing information for each running processes. Its structure is based on the one from Linux.

Each process has its own directory at the root of the filesystem. The name of the directory is the PID of the process in decimal.

A process’s directory contains files with information about the process.

TODO: list files