LPI
117-102 · Question #502
The normal use of depmod is to include which of the following lines in one of the files in /etc/rc.d so the correct module dependencies will be available after booting the system?
The correct answer is A. /sbin/depmod -a. dependency file for the modules given on the command line. This dependency file can be used by modprobe to automatically load the relevant modules. The normal use of depmod is to include the line /sbin/depmod -a in one of the files in /etc/rc.d so the correct module…
108 Essential System Services
Question
The normal use of depmod is to include which of the following lines in one of the files in /etc/rc.d so the correct module dependencies will be available after booting the system?
Options
- A/sbin/depmod -a
- B/sbin/depmod -p
- C/sbin/depmod -r
- D/sbin/depmod -c
How the community answered
(38 responses)- A84% (32)
- B3% (1)
- C8% (3)
- D5% (2)
Explanation
dependency file for the modules given on the command line. This dependency file can be used by modprobe to automatically load the relevant modules. The normal use of depmod is to include the line /sbin/depmod -a in one of the files in /etc/rc.d so the correct module dependencies will be available after booting the system.
Topics
#depmod#rc.d scripts#module dependencies#system boot
Community Discussion
No community discussion yet for this question.