π From Operating System β’ 18. The Linux System β’ 13 questions available
Practice MCQs for Kernel Modules of Linux system. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
π Last updated: 2026-07-27
Q1. A system admin wants to add support for a new USB device without rebuilding the kernel. Which command should they use to load the corresponding module?
π‘ Difficulty: easy | β Correct: B
Q2. A developer compiled a module named netfilter.ko but receives an error about missing symbols when loading it with insmod. Which tool should they use to automatically resolve dependencies before loading?
π‘ Difficulty: medium | β Correct: A
Q3. A module uses a symbol that was exported with EXPORT_SYMBOL_GPL. What will happen if the module is compiled with a nonβGPL license and loaded?
π‘ Difficulty: hard | β Correct: B
β¬οΈ View all questions in the quiz below