How to display Hidden files
C
Correct answer
Explanation
The 'ls -a' command displays all files including hidden files (those starting with a dot). Other options like '-r' (reverse sort), '-R' (recursive listing), and '-l' (long format with details) serve different purposes and do not reveal hidden files.