Search code examples
cconfigurationprocfs

howto create a filesystem like /proc?


I would like to create a pseudo filesystem like /proc to access an applications configuration.

How could i achieve this or where could i find some introductory documentation about it?


Solution

  • The easiest way is to use FUSE. This is particularly easy with high-level language bindings, such as fuse-python.