Courseiva
System ManagementmediumMultiple ChoiceObjective-mapped

XK0-006 System Management Practice Question

Which command would display the disk usage of each file and directory in /home in a human-readable format, but only showing one level deep?

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

du -h --max-depth=1 /home

du -h --max-depth=1 /home shows human-readable sizes for each item one level deep.

Answer analysis

Option-by-option breakdown

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

  • du -h --max-depth=1 /home

    Why this is correct

    Correct: one level deep, human-readable.

  • du -hs /home

    Why it's wrong here

    -s summarizes only the total for /home.

  • du -h /home

    Why it's wrong here

    Shows all subdirectories recursively.

  • df -h /home

    Why it's wrong here

    df shows filesystem usage, not per-file.

About these practice questions

Courseiva writes every XK0-006 question from scratch — 979 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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.