LPIC-2 Exam 201 (Linux Engineer) — Question 19

How is the source code for the main Linux kernel modules distributed?

Answer options

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.