Multiple choice

By which command can we show hidden files in unix?

  1. ls -i

  2. ls -d

  3. ls -a

  4. None of the above

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

The '-a' is used to show hidden files.