Bird
0
0

Which ls option lists files with detailed information like permissions and size?

easy📝 Conceptual Q2 of 15
Linux CLI - Navigating the File System
Which ls option lists files with detailed information like permissions and size?
A-h
B-a
C-l
D-R
Step-by-Step Solution
Solution:
  1. Step 1: Identify the option for detailed listing

    The -l option shows files with details like permissions, owner, size, and modification date.
  2. Step 2: Understand other options

    -a shows hidden files, -h makes sizes human-readable, and -R lists directories recursively.
  3. Final Answer:

    -l -> Option C
  4. Quick Check:

    ls -l = Detailed file info [OK]
Quick Trick: Use -l for detailed file info like size and permissions [OK]
Common Mistakes:
MISTAKES
  • Confusing -l with -a
  • Thinking -h shows details alone
  • Using -R for details

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes