Multiple choice

Which command is used in LINUX to list the all contents of any directory including the hidden contents?

  1. ls

  2. ls-l

  3. ls-i

  4. ls-h

  5. ls-a

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

-a option will display everything in the current directory (including hidden files and folders).