Linux commonly mounts procfs at /proc. This virtual filesystem presents kernel-generated interfaces as files and directories; its contents are not ordinary persistent files stored on disk. It exposes process state as well as selected system-wide kernel information.
Processes · Lesson 10
/proc Filesystem
Learn how Linux exposes live process and kernel information through the virtual `/proc` filesystem.