How to display Hidden files
C
Correct answer
Explanation
The 'ls -a' command displays all files including hidden files (those starting with a dot) in Unix/Linux systems. 'ls -r' reverses the order, 'ls -R' lists recursively, and 'ls -l' shows detailed information but doesn't reveal hidden files by itself.