/proc Filesystem
0%

Processes · Lesson 10

/proc Filesystem

Learn how Linux exposes live process and kernel information through the virtual `/proc` filesystem.

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.