Multiple choice general knowledge

What is the command to list files in directory?

  1. dd

  2. xx

  3. pp

  4. ll

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The 'll' command lists files in long format, showing detailed information like permissions, owner, size, and modification time. It's typically an alias for 'ls -l'.