udevd — event managing daemon
udevd
[--daemon
] [--debug
] [--children-max=
] [--exec-delay=
] [--resolve-names=early|late|never
] [--version
] [--help
]
udevd listens to kernel uevents. For every event, udevd executes matching instructions specified in udev rules. See udev(7).
On startup the content of the directory /lib/udev/devices
is copied to /dev
. If kernel modules specify static device
nodes, these nodes are created even without a corresponding kernel device, to
allow on-demand loading of kernel modules. Matching permissions specified in udev
rules are applied to these static device nodes.
The behavior of the running daemon can be changed with udevadm control.