Courseiva
System ManagementhardMultiple SelectObjective-mapped

XK0-006 System Management Practice Question

A system administrator is investigating a performance issue and wants to view kernel-related messages. Which three commands can be used to access kernel ring buffer messages? (Choose three.)

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

dmesg

dmesg displays kernel ring buffer. journalctl -k shows kernel messages from systemd journal. cat /var/log/kern.log if available, but /var/log/messages often contains kernel messages; however, the question expects common commands.

Answer analysis

Option-by-option breakdown

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

  • tail -f /var/log/syslog

    Why it's wrong here

    syslog contains general system logs, not exclusively kernel.

  • dmesg

    Why this is correct

    Directly prints kernel ring buffer.

  • cat /var/log/kern.log

    Why this is correct

    On some systems, kernel messages are logged to this file.

  • journalctl -k

    Why this is correct

    Shows kernel messages from journal.

  • systemctl status

    Why it's wrong here

    Shows status of a service, not kernel messages.

About these practice questions

One of 979 original XK0-006 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 XK0-006 practice question is part of Courseiva's free CompTIA 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 XK0-006 exam.