Home »
MCQs »
Linux MCQs
Which Linux command is used to give a full listing?
12. Which Linux command is used to give a full listing?
- ls -F
- ls -h
- ls -a
- dir -a
Answer: A) ls -F
Explanation:
The "ls -F" command is used to see a full listing, indicating what type files are by putting a slash after directories and a star after executable files.