Configfs

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Configfs is a RAM-based virtual file system provided by the 2.6 Linux kernel.[1]

Details

[edit | edit source]

Configfs appears similar to sysfs but they are in fact different and complementary. Configfs is for creating, managing and destroying kernel objects from user-space, and sysfs for viewing and manipulating objects from user-space which are created and destroyed by kernel space.[2] It is typically mounted at /sys/kernel/config (or more rarely at /config).

See also

[edit | edit source]
  • tmpfs
  • sysctl – an interface for examining and dynamically changing parameters in the BSD and Linux operating systems

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
  2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
[edit | edit source]
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value). Configfs – the API
  • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value). Documentation/configfs/configfs.txt