1.

-u option sorts the files according to ____(a) last modification time(b) last access time(c) ASCII collating sequence(d) file sizeThis question was posed to me during an online exam.This question is from Listing Directory Contents: Is Command topic in chapter The File System of Unix

Answer»

The correct answer is (b) LAST access time

For explanation: ls-u DISPLAYS the FILENAMES BASED on the value of the last access time of the file i.e. it SORTS all the filenames according to their last access time.



Discussion

No Comment Found

Related InterviewSolutions