hardMultiple ChoiceObjective-mapped
XK0-006 Practice Question: Refer to the exhibit
Exhibit
# cat /etc/fstab UUID=1234-5678 / ext4 defaults 1 1 UUID=abcd-ef01 /boot ext4 defaults 1 2 UUID=9012-3456 /home xfs defaults 0 0 UUID=7890-1234 /var ext4 defaults 1 2 # mount -a mount: /var: mount point does not exist. # ls -ld /var ls: cannot access '/var': No such file or directory
Refer to the exhibit. An administrator attempts to mount all filesystems and receives an error. What is the most likely cause?
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
✓
The /var directory has been deleted or is missing.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The /var entry has a wrong filesystem type.
Why it's wrong here
Wrong type would produce a 'wrong fs type' error, not missing mount point.
- ✗
The UUID for /var is incorrect in fstab.
Why it's wrong here
The error says mount point does not exist, not invalid UUID.
- ✓
The /var directory has been deleted or is missing.
Why this is correct
The error 'mount point does not exist' and 'No such file or directory' for /var indicate the directory is missing.
- ✗
The /var filesystem is corrupted.
Why it's wrong here
Filesystem corruption would cause a different error, not 'mount point does not exist'.
Go deeper
Related to this question
About these practice questions
This XK0-006 question is part of Courseiva's 979-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 →
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.