← Back to 18. The Linux System

πŸ“ Driver registration of Linux system

πŸ“– From Operating System β€’ 18. The Linux System β€’ 10 questions available

Practice MCQs for Driver registration of Linux system. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-27

2
Easy Questions
5
Medium Questions
3
Hard Questions

πŸ“ Sample Questions

Q1. What command directly inserts a compiled kernel module file into the running Linux kernel without resolving dependencies?

πŸ”Ή A. insmod
πŸ”Ή B. lsmod
πŸ”Ή C. rmmod
πŸ”Ή D. modprobe

πŸ’‘ Difficulty: easy | βœ… Correct: A

Q2. Why does the GPL license requirement affect the distribution of third‑party kernel modules?

πŸ”Ή A. It forces all code to be open source, preventing proprietary drivers from being added to the kernel.
πŸ”Ή B. It allows proprietary modules to be loaded without source disclosure.
πŸ”Ή C. It requires that any module linked against the kernel must also be released under the GPL, ensuring source code availability.
πŸ”Ή D. It has no impact on module distribution because modules run in user space.

πŸ’‘ Difficulty: medium | βœ… Correct: C

Q3. What is a primary security concern when loading a third‑party kernel module into a production system?

πŸ”Ή A. The module may consume excessive CPU resources, slowing the system.
πŸ”Ή B. The module runs with full kernel privileges, so bugs or malicious code can compromise the entire OS.
πŸ”Ή C. The module can only access its own allocated memory, limiting impact.
πŸ”Ή D. The module is sandboxed by the kernel, preventing any security issues.

πŸ’‘ Difficulty: hard | βœ… Correct: B

⬆️ View all questions in the quiz below

πŸ”— Related Topics

πŸ“ Linux HistoryπŸ“ The Linux kernelπŸ“ The Linux systemπŸ“ Linux distributionsπŸ“ Linux licensing
πŸš€ Start Quiz πŸ“ Practice Mode