Objectives
-
How Linux treats all devices as plug and play
-
What D-Bus and udev are
-
How D-Bus and udev work together to make device access easy
-
How to write rules for udev
/dev Chaos
The /dev directory has always been the location for the device special files in all Unix and Linux operating systems. Note that device special files are not the same as device drivers. Each device file represents one actual or potential physical device connected to the host.
In the past the device files ...