What are the different types of device drivers? Explain lsmod and modprobe.
Answers
Answered by
0
Linux is a Kernel that comes with built-in Drivers for many types of Hardware. ... /proc/interrupts - a list of interrupt numbers (IRQs) currently in use by different Drivers. ... In 'ls -l', the first letter is either 'c' or 'b', depending on the Device type (will be explained later). ... Loading And Unloading Kernel Modules - insmod/rmmod.
Similar questions