sysfs is a virtual filesystem normally mounted at /sys. It represents kernel objects and their relationships through directories, symbolic links, and small attribute files. Device-discovery tools and managers use it to understand the kernel's current device model.
Devices · Lesson 4
sysfs
Learn how sysfs exposes the Linux kernel's live device, driver, bus, and class model under `/sys`.