Programatically exploring Linux /proc filesystem

(noke3.substack.com)

2 points | by sinlesschip 1 hour ago

1 comments

  • MisterTea 28 minutes ago
    > It’s important to remember that /proc is not a real file system.

    This depends on how you think of a file system. /proc is from Plan 9: http://man.postnix.pw/plan_9/3/proc where it is in fact a real file system.