Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 1 (Q.No. 33)
33.
Which of the following commands is used to obtain a list of all files by modification time?
ls -1
ls -t
ls -i
ls -R
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Basuraj Karnal said:   10 years ago
-1: Displays each entry on a line.

-t: Displays newest files first (based on timestamp).

-R: Displays subdirectories as well.

-i: Displays the inode for each file.

Ayasha bodele said:   10 years ago
Please explain.

Post your comments here:

Your comments will be displayed after verification.