LPI
117-102 · Question #504
Which of the following commands loads the module file into the kernel and changes any symbols that are defined on the command line?
The correct answer is A. insmod. insmod is a system administration command. Load the module file into the kernel, changing any symbols that are defined on the command line. If the module file is named file.o or file.mod, the module will be named file.
108 Essential System Services
Question
Which of the following commands loads the module file into the kernel and changes any symbols that are defined on the command line?
Options
- Ainsmod
- Bdepmod
- Cmodprobe
- Dsetmod
How the community answered
(15 responses)- A87% (13)
- C7% (1)
- D7% (1)
Explanation
insmod is a system administration command. Load the module file into the kernel, changing any symbols that are defined on the command line. If the module file is named file.o or file.mod, the module will be named file.
Topics
#insmod#kernel modules#symbol resolution#module loading
Community Discussion
No community discussion yet for this question.