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.
Go deeper
Related to this question
Learn chapter
Process Management and System Monitoring
Key term
Output
In IT service management, output is the result or deliverable produced by a process, system, or component, such as data, reports, or services delivered to a customer.
Key term
Service
A service is a software component or system that performs a specific function and is available to be used by other programs or users over a network.
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 →
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.