Which command displays all files, including hidden ones, in a directory?
Explanation
The 'ls -a' command lists all files within a directory, including hidden files that start with a dot ('.'). Other options like 'ls -l', 'ls -x', and 'ls -F' modify the display format but do not reveal hidden files.