Multiple choice

Which form of the 'ls' command is used to display the list of hidden files?

  1. ls -a

  2. ls -l

  3. ls -f

  4. ls -r

  5. ls -lS

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

The ls -a command is used to print the list of all the hidden files. A hidden file in Linux is the one that starts with a dot (.)