Which command displays all files, including hidden ones, in a directory?

Choose the correct answer

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.

Which command displays all files, including hidden o… — Basic of linux unix | PakQuizHub