Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 1 (Q.No. 42)
42.
What command is used to list contents of directories?
tar
dir
lp
ls
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Saurabh said:   5 years ago
ls command stands for list.

This command is used for listing the files in the directory.

ls -lh will list the files in a long list format and display the size in human-readable form.

Knell said:   1 decade ago
ls list files and directories which are present in current directory.

Spanic said:   1 decade ago
ls stands for list
ls -l will list long list.

Post your comments here:

Your comments will be displayed after verification.