Hey, Continuing with the Month of /proc, today’s blog post is about how reading /proc works (yep, the directory) . Not only is this article’s content about /proc, but also about reading directories in general (expect syscalls and Kernel inspection). If you’ve been curious about how listing directory entries works under the hood, this is for you! This is the second article in a series of 30 articles around procfs: A Month of /proc. If you’d like to keep up to date with it, make sure yo...