Table of Contents

About

sysfs is a new filesystem to the 2.6 kernels. It is managed by the kernel, and exports basic information about the devices currently plugged into your system.

udev can use this information to create device nodes corresponding to your hardware.

sysfs is mounted at /sys and is browseable.

The terms /sys and sysfs are often used interchangeably.

Documentation / Reference