Which step is often necessary when adding a new NIC to a Linux machine?
A.
Copy the device driver to the /var/libs/directory
B.
Load a new module
C.
Issue the following command: /etc/modules.conf
D.
Insert the CD-ROM with the device driver into the machine; Linux will detect it and
prompt you through installation
Explanation:
Device Drivers for the NIC under Linux are automatically installed,
unlike Unix where they have to be copied to the /dev library.
Incorrect Answers:
A: You don’t have to copy the driver to a library.
B: You don’t need to load the device driver.
C: You don’t need to run modules.conf