Command to list out the hidden files in the current folder.
-
ls -l
-
ls -a
-
ls -F
-
None of the above
B
Correct answer
Explanation
The ls -a command lists all files in the current directory including hidden files (those starting with a dot). The ls -l command shows detailed information but doesn't reveal hidden files. ls -F adds special characters to indicate file types but also doesn't show hidden files.