nerdexam
CompTIACompTIA

XK0-005 · Question #1207

XK0-005 Question #1207: Real Exam Question with Answer & Explanation

The correct answer is A: /boot. {"question_number": 6, "question": "In which directory is the vmlinuz file located?", "correct_answer": "A", "explanation": "vmlinuz is the compressed Linux kernel image. It is stored in /boot alongside other boot-related files such as the initial RAM disk (initrd/initramfs), the

System Management

Question

In which of the following directories is the vmlinuz file located?

Options

  • A/boot
  • B/etc
  • C/bin
  • D/proc

Explanation

{"question_number": 6, "question": "In which directory is the vmlinuz file located?", "correct_answer": "A", "explanation": "vmlinuz is the compressed Linux kernel image. It is stored in /boot alongside other boot-related files such as the initial RAM disk (initrd/initramfs), the bootloader configuration (e.g., grub.cfg), and System.map. The /boot directory is specifically designated for files required during the boot process. /etc contains system configuration files. /bin contains essential user-space binaries. /proc is a virtual filesystem that exposes kernel and process information at runtime - it does not store static files like the kernel image.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Linux kernel#File system hierarchy#Boot process#vmlinuz

Community Discussion

No community discussion yet for this question.

Full XK0-005 PracticeBrowse All XK0-005 Questions