nerdexam
LPI

117-102 · Question #623

What option of modprobe allows you to set 'autoclean' on the loaded modules?

The correct answer is A. -k. -k, --autoclean: Set 'autoclean' on loaded modules. Used by the kernel when it calls on modprobe to satisfy a missing feature (supplied as a module). The -q option is implied by -k. These options will automatically be sent to insmod.

108 Essential System Services

Question

What option of modprobe allows you to set 'autoclean' on the loaded modules?

Options

  • A-k
  • B-d
  • C-c
  • D-e

How the community answered

(32 responses)
  • A
    84% (27)
  • B
    9% (3)
  • C
    3% (1)
  • D
    3% (1)

Explanation

-k, --autoclean: Set 'autoclean' on loaded modules. Used by the kernel when it calls on modprobe to satisfy a missing feature (supplied as a module). The -q option is implied by -k. These options will automatically be sent to insmod.

Topics

#modprobe#autoclean#kernel modules#command flags

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice