Linux
The Magic of /proc: Your Kernel as a Filesystem
One thing I still like about Linux is /proc. It is a virtual filesystem where the kernel exposes its own internals as ordinary files. Nothing is stored on disk; every time you read one of those files, the kernel works out the answer right then. Want to inspect a running