ls is used to list the files and directories present in a folder. ls -lrt stands for

  1. L Displays the file or directory referenced by a symbolic link.

  2. r Displays files in reverse order.

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

  4. None of the above


Correct Option: A,B,C

Find more quizzes: