Courseiva
System ArchitectureeasyMultiple ChoiceObjective-mapped

LPIC-1 System Architecture Practice Question

Which directory contains the kernel modules for the currently running kernel?

⚠ Common exam trap

Candidates often confuse the location of kernel modules with the kernel image itself (/boot) or with configuration files (/etc/modprobe.d), failing to recognize that modules are version-specific and stored under /lib/modules.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

/lib/modules/$(uname -r)

The kernel modules for the currently running kernel are stored in /lib/modules/$(uname -r). The uname -r command returns the exact kernel release version, and the corresponding directory contains all loadable kernel modules (.ko files) compiled for that specific kernel. This is the standard location used by the kernel and tools like modprobe and insmod to locate and load modules.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • /boot

    Why it's wrong here

    Contains kernel images and initramfs, not modules.

  • /etc/modprobe.d

    Why it's wrong here

    Contains configuration files for module loading.

  • /usr/src

    Why it's wrong here

    Contains kernel source, not compiled modules.

  • /lib/modules/$(uname -r)

    Why this is correct

    Standard location for kernel modules.

About these practice questions

This LPIC-1 question is part of Courseiva's 527-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This LPIC-1 practice question is part of Courseiva's free LPI certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the LPIC-1 exam.