Google News
logo
Linux - Quiz(MCQ)
Which Linux command is used to give a full listing?
A)
ls -F
B)
ls -a
C)
ls -h
D)
dir -a

Correct Answer :   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.

Advertisement