LPI
117-102 · Question #504
117-102 Question #504: Real Exam Question with Answer & Explanation
The correct answer is A. insmod. insmod is a system administration command. Load the module file into the kernel, changing any symbols that are defined on the command line. If the module file is named file.o or file.mod, the module will be named file.
Question
Which of the following commands loads the module file into the kernel and changes any symbols that are defined on the command line?
Options
- Ainsmod
- Bdepmod
- Cmodprobe
- Dsetmod
Explanation
insmod is a system administration command. Load the module file into the kernel, changing any symbols that are defined on the command line. If the module file is named file.o or file.mod, the module will be named file.
Community Discussion
No community discussion yet for this question.