Google News
logo
Linux - Quiz(MCQ)
Which Linux command is used to see all the hidden files?
A)
ls
B)
ls -h
C)
dir -a
D)
ls -a

Correct Answer :   ls -a


Explanation : The "ls" command with argument "-a" can be used to see all the hidden files.

Advertisement