Home »
MCQs »
Linux MCQs
Which Linux command is used to see all the hidden files?
11. Which Linux command is used to see all the hidden files?
- ls
- ls -h
- ls -a
- dir -a
Answer: C) ls -a
Explanation:
The "ls" command with argument "-a" can be used to see all the hidden files.