nerdexam
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)
  • A
    74% (14)
  • B
    5% (1)
  • C
    16% (3)
  • D
    5% (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.

Full 117-102 Practice