Which option makes ls show hidden files and directories?
ls
The ls -a option displays all directory entries, including dot-prefixed hidden files and folders.
ls -a
Community Discussion