October 2019
Intermediate to advanced
320 pages
5h 38m
English
D. The udevadm command is used to work with the udev interface of the kernel, and the monitor subcommand displays kernel uevents and other udev events in real time.
B. Current IRQ assignments are contained in the file /proc/interrupts. Therefore, viewing the contents of the file with a command such as cat will work. There is no “view” command, making option A incorrect. Likewise, there is no /dev/irq file, making options C and D incorrect.
D. Configuration files for udev are found in /etc/udev, which makes option D correct. The other options do not exist.
A. The modprobe command loads the module and its dependencies, if applicable. The lsmod command ...