udev runs as a what? what are they usually called?
deamon process , udevd systemd-udevd
the udev deamon monitors what ?
a netlink socket
udev creates and removes device nodes based on what?
rules
what are the three components of udev:
what is the cleanest way to use udev?
is to have a pure system?
what does is mean to have a pure system?
the /dev directory is empty upon the initial kernel boot. , and device nodes are created only as they are needed.
what utility allows for control and dianostics of device nodes ?
udevadm