LPI
117-102 · Question #506
Which of the following commands installs a loadable module in the running kernel?
The correct answer is A. insmod. insmod installs a loadable module in the running kernel. It tries to link a module into the running kernel by resolving all symbols from the kernel's exported symbol table.
108 Essential System Services
Question
Which of the following commands installs a loadable module in the running kernel?
Options
- Ainsmod
- Bdepmod
- Cmodprobe
- Dsetmod
How the community answered
(19 responses)- A74% (14)
- B5% (1)
- C16% (3)
- D5% (1)
Explanation
insmod installs a loadable module in the running kernel. It tries to link a module into the running kernel by resolving all symbols from the kernel's exported symbol table.
Topics
#insmod#kernel modules#module installation#loadable modules
Community Discussion
No community discussion yet for this question.