udev components Flashcards
1
Q
udev runs as a what? what are they usually called?
A
deamon process , udevd systemd-udevd
2
Q
the udev deamon monitors what ?
A
a netlink socket
3
Q
udev creates and removes device nodes based on what?
A
rules
4
Q
what are the three components of udev:
A
- the libudev library which allows access to information about the devices .
- the udevd or systemd-udevd daemon that manages /dev directory
- the udevadm utility for control and diagnostics
5
Q
what is the cleanest way to use udev?
A
is to have a pure system?
6
Q
what does is mean to have a pure system?
A
the /dev directory is empty upon the initial kernel boot. , and device nodes are created only as they are needed.
7
Q
what utility allows for control and dianostics of device nodes ?
A
udevadm