Programatically exploring Linux /proc filesystem

(noke3.substack.com)

2 points | by sinlesschip 8 hours ago ago

1 comments

  • MisterTea 7 hours 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.