About 361,000 results
Open links in new tab
  1. Understanding ls -ltr command in Linux - LinuxForDevices

    Nov 30, 2022 · The ‘ls -lrt’ command stands for “list in long format, reverse sorted by modification time”. This means that it will provide detailed information about each file or directory, as well …

  2. Listing Files and Directories in Linux - GeeksforGeeks

    Dec 6, 2025 · This command tells you which user and group actually owns a file or folder by showing the UID (User ID) and GID (Group ID) of the files and folders instead of just showing …

  3. Mastering `ls -ltr` in Linux: A Comprehensive Guide

    Nov 14, 2025 · The ls -ltr command combines the -l, -t, and -r options. It lists the contents of a directory in long-format, sorted by modification time in reverse order (from oldest to newest).

  4. Ls Command in Linux (List Files and Directories) | Linuxize

    Nov 7, 2020 · ls is one of the basic commands that any Linux user should know. The ls command lists files and directories within the file system, and shows detailed information about them. It is …

  5. 20 Basic Linux 'ls' Command with Examples for Beginners - Tecmint

    May 30, 2023 · The ls -ltr command shows the files in the long listing format in reverse sorted by modification time, which means it will display detailed information about each file or directory in …

  6. How to Use the ls Command to List Files and Directories on Linux

    Nov 2, 2023 · The ls command is a powerful tool that can be used to list files and directories. There are many useful options and parameters for ls that can enhance its functionality and …

  7. command line - Difference between ls -l , ls -ltr and ll? - Ask Ubuntu

    Jun 25, 2015 · As -t will sort by modification time with newest first, -r will cause the reverse i.e. oldest entries will be shown first now. Check man ls to get more idea. You must log in to …

  8. Bash ls Command - List Directory Contents - W3Schools

    Using the ls Command The ls command is used to list the contents of a directory. The ls command can display files, directories, and information about them.

  9. Mastering the ls Command in Linux - LinuxConfig.org

    Sep 22, 2025 · In this guide, you’ll learn how to use the ls command in Linux through examples. Follow along below to see learn about the various options that you can use with this command.

  10. ls (1) - Linux manual page - man7.org

    Use the dircolors (1) command to set it. Exit status: 0 if OK, 1 if minor problems (e.g., cannot access subdirectory), 2 if serious trouble (e.g., cannot access command-line argument). …