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)- A84% (27)
- B9% (3)
- C3% (1)
- D3% (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.