LPI
117-102 · Question #507
insmod tries to link a module into the running kernel by resolving all symbols obtained from:
The correct answer is A. the kernel's exported symbol table. 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
insmod tries to link a module into the running kernel by resolving all symbols obtained from:
Options
- Athe kernel's exported symbol table.
- Bthe kernel's internal pointer base.
- Cthe user command argument list.
- DNone of the choices
How the community answered
(27 responses)- A74% (20)
- B7% (2)
- C15% (4)
- D4% (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#symbol table#kernel exports#module linking
Community Discussion
No community discussion yet for this question.