About 363,000 results
Open links in new tab
  1. Listing Files and Directories in Linux - GeeksforGeeks

    Nov 1, 2025 · When you list files using the ls -l command in Linux, it shows the last modified time of each file. This flag lets you customize the format of the time/date shown next to each file or folder.

  2. 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 a part of …

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

    May 30, 2023 · In this article, we’ll be discussing the basics of ls command examples with all the available various command options that it provides in Linux.

  4. ls Cheat Sheet - ls Command Line Guide

    Mar 15, 2025 · This ls command cheat sheet covers the most commonly used options and examples. These options provide great flexibility when working with files and directories in Linux, helping you …

  5. 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.

  6. ls Command in Linux: 17 Useful Examples Explained

    Sep 24, 2018 · Utilize the full potential of the common ls command. Check out the basics as well as advanced ls command examples in Linux.

  7. 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 make it more …

  8. Bash ls Command - List Directory Contents - W3Schools

    Using Multiple Options You can combine multiple options to create more complex commands. For example, ls -l -a will display a detailed listing of all files and directories, including hidden files.

  9. 15 Basic ‘lsCommand ... | Knowledge Base

    I learned at least three things from this list, and I’ve been using ls for years. The new things for me were: Note: so far, all of these commands work for me in OS/X as well.

  10. The Linux LS Command: Practical Examples - Linux Today

    Apr 11, 2025 · In this article, we will explore practical examples of the ls command, followed by detailed explanations to ensure clarity and understanding.