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 dokumentation about it?
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 dokumentation about it?
The easiest way is to use FUSE. This is particularly easy with high-level language bindings, such as fuse-python.