LPIC-2 Exam 201 (Linux Engineer) — Question 19
How is the source code for the main Linux kernel modules distributed?
Answer options
- A. It is included with the Linux kernel source code
- B. The kernel modules are downloaded on demand as they are used during compilation
- C. The kernel modules have their own release cycle and can be maintained separately from the Linux kernel source
- D. It is provided as a separate download alongside the Linux kernel source code for the same version
Correct answer: A
Explanation
The correct answer, A, indicates that the source code for the main Linux kernel modules is packaged with the Linux kernel source code itself, ensuring users have access to all necessary code. Option B is incorrect as kernel modules are not downloaded on demand during compilation; they are part of the source code. Option C is also wrong because while kernel modules can be developed separately, their source code is not maintained independently in the context of distribution. Option D is inaccurate since the modules are not provided as a separate download but included in the kernel source.