Linux — /proc/pid Directory, Part Three

Deep dive into Linux /proc/pid directory

Tony
Geek Culture
Published in
4 min readJan 11, 2023

--

/proc/pid/mem

This file shows the contents of pid’s memory mapped the same way as in the process, i.e., the byte at offset x in the pseudo-file is the same as the byte at address x in the process.

--

--