Ask Question
12 October, 01:22

This morning you modified five large data files in your home folder in Linux, and now you want to find and delete the files because you no longer need them. Which of the following commands can you use to list and sort files based on the time they were modified

+4
Answers (1)
  1. 12 October, 03:50
    0
    ls - t

    Explanation:

    "ls" command in Linux is used very often. It lists the directory contents. The "ls" utility is part of the core utilities and installed in all Linux distributions.

    When ls command is used with "-t", "ls - t" sorts files/directories list by date created or modified.

    More advanced version is "ls - lt", where it sorts by date and shows info about directory, size, modified date and time, file or folder name and owner of file and its permission.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “This morning you modified five large data files in your home folder in Linux, and now you want to find and delete the files because you no ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers