QuestionQ23
The Linux Operating SystemWhich of the following statements about Linux hardware drivers is correct?
- A Drivers are regular Linux programs which have to be run by the user who wants to use a device.
- B Drivers are not used by Linux because the BIOS handles all access to hardware on behalf of Linux.
- C Drivers are stored on their devices and are copied by the Linux kernel when a new device is attached
- D Drivers are downloaded from the vendor's driver repository when a new device is attached.
- E Drivers are either compiled into the Linux kernel or are loaded as kernel modules.
Community Discussion