Skip to content

Tag: kernel

All the articles with the tag "kernel".

/proc as a Debugging Tool

/proc as a Debugging Tool

The /proc filesystem is a live window into every running process on Linux. Debug PIDs, file descriptors, memory, and limits with no extra tools installed.