Courseiva
easyMultiple ChoiceObjective-mapped

XK0-006 Practice Question: Verify that the Apache HTTP server is running and…

A company needs to verify that the Apache HTTP server is running and see its current status along with recent log entries. Which command should be used?

⚠ Common exam trap

Many exam-takers confuse `systemctl status` with `journalctl -u`, thinking both provide the same information, but `journalctl` lacks the live status and process details that `systemctl status` includes.

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

systemctl status httpd

The `systemctl status httpd` command is correct because it provides a comprehensive view of the Apache HTTP server's current state (active/inactive), its process ID, memory usage, and the most recent log entries from the service's journal. This aligns with the question's requirement to both verify the service is running and see its status along with recent log entries, all in a single command output.

Answer analysis

Option-by-option breakdown

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

  • systemctl status httpd

    Why this is correct

    Correct: Displays service status and recent log entries.

  • service httpd status

    Why it's wrong here

    Shows service status but no log output.

  • journalctl -u httpd

    Why it's wrong here

    Shows logs for the service but not current status.

  • systemctl list-units --type=service

    Why it's wrong here

    Lists all services, not specific to httpd.

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.