-A (almost-all) lists hidden files but omits the "." and ".." entries.
-l enables the long format so sizes can be shown.
-h converts the size column to human-readable units.
-S sorts the listing by size, largest to smallest by default.
ls -AlhS /var/cache includes every required flag.
ls -lahS /var/cache uses -a, which also lists "." and "..". ls -Alh /var/cache lacks -S, so it sorts alphabetically, not by size. ls -AlhSr /var/cache adds -r, reversing the size sort so the smallest items appear first. Therefore only the first command meets all stated requirements.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is the difference between the `-A` and `-a` options in the `ls` command?
Open an interactive chat with Bash
How does the `-h` option in the `ls` command work?
Open an interactive chat with Bash
Why is the `-S` option important for sorting file listings with `ls`?
Open an interactive chat with Bash
CompTIA Linux+ XK0-006 (V8)
Services and User Management
Your Score:
Report Issue
Bash, the Crucial Exams Chat Bot
AI Bot
Loading...
Loading...
Loading...
IT & Cybersecurity Package Join Premium for Full Access