udevdudevudevd8udevdevent managing daemonudevdDescriptionudevd listens to kernel uevents. For every event, udevd executes matching
instructions specified in udev rules. See udev7.On startup the content of the directory /usr/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.OptionsDetach and run in the background.Print debug messages to stderr.Limit the number of parallel executed events.Number of seconds to delay the execution of RUN instructions.
This might be useful when debugging system crashes during coldplug
cause by loading non-working kernel modules.Specify when udevd should resolve names of users and groups.
When set to (the default) names will be
resolved when the rules are parsed. When set to
names will be resolved for every event.
When set to names will never be resolved
and all devices will be owned by root.Print version number.Print help text.EnvironmentUDEV_LOG=Set the logging priority.Kernel command lineudev.log-priority=Set the logging priority.udev.children-max=Limit the number of parallel executed events.udev.exec-delay=Number of seconds to delay the execution of RUN instructions.
This might be useful when debugging system crashes during coldplug
cause by loading non-working kernel modules.AuthorWritten by Kay Sievers kay.sievers@vrfy.org.See Alsoudev7, udevadm8