๐ŸŒ
GeeksforGeeks
geeksforgeeks.org โ€บ linux-unix โ€บ ls-command-in-linux
Listing Files and Directories in Linux - GeeksforGeeks
January 9, 2026 - The ls -l command in Linux is used to list the detailed information about the files and directories in the current folder.
Discussions

What does ls * and ls * * do and what is the difference?
If you are talking about ** without a space (as opposed to your stated question which includes one) then that is a feature called globstar which drills down into subdirectories Have a look at https://www.linuxjournal.com/content/globstar-new-bash-globbing-option for an overview - but it omits to mention one very useful feature... Explained in the manual , obvs.... Obviously, if you did mean to include the space, then I'll just shut up.... More on reddit.com
๐ŸŒ r/linux4noobs
5
4
September 19, 2019
15 Basic โ€˜lsโ€™ Command Examples in Linux
I don't know. Sure, guides and tutorials are nice. But we now make a tumbler-esque bullet point list for ls? I mean, people think "How do I reverse the output of ls?" and searching for this on the internet and stumbling about such a list is their prefered way? Instead of ls --help or man ls? Also, you (or the author) just rephrased a bunch of options describes in the manpage. More on reddit.com
๐ŸŒ r/linux
6
0
January 4, 2015
Try to explain linux shell ls command in short : linux
Welcome to /r/Linux! This is a community for sharing news about Linux, interesting developments and press. If you're looking for tech support,... More on old.reddit.com
๐ŸŒ r/linux
LSDeluxe, the new ls command based on nerd-font

exa is another ls in rust

More on reddit.com
๐ŸŒ r/linux
43
28
February 18, 2017
๐ŸŒ
The Privacy Dad
theprivacydad.com โ€บ three-basic-linux-commands-ls-pwd-cd
Basic Linux Commands: ls, pwd, cd | Welcome to The Privacy Dad's Blog!
December 14, 2023 - Remember: the pwd command can tell you where you are in the hierarchy, and show you which directories are one level up, and the ls command will list all the files saved in the directory you are currently in.
๐ŸŒ
TecMint
tecmint.com โ€บ home โ€บ linux commands โ€บ 20 basic โ€˜lsโ€™ command examples in linux
20 Basic Linux 'ls' Command with Examples for Beginners
July 19, 2023 - Ravi SaiveLast Updated: July 19, ... administrators. In Linux, the ls command, short for โ€œlistโ€ is used to list or display the contents of a directory....
๐ŸŒ
Linuxize
linuxize.com โ€บ home โ€บ linux commands โ€บ ls command in linux (list files and directories)
Ls Command in Linux (List Files and Directories) | Linuxize
December 27, 2025 - Learn how to use the Linux ls command to list files, show hidden items, and format output with practical examples.
๐ŸŒ
How-To Geek
howtogeek.com โ€บ home โ€บ linux โ€บ 8 linux commands so good, they feel like cheating
8 Linux commands so good, they feel like cheating
3 days ago - The long mode, or -l, looks similar to ls, but all of the columns are colored. ... It's not in the repositories for Fedora, but you can download a binary version from the website. bat is a utility that aims to replace the classic cat command. It works the same way: it concatenates standard input (keyboard input or from files) to the standard input (such as a terminal or a teletype in the olden days).
๐ŸŒ
TutorialsPoint
tutorialspoint.com โ€บ home โ€บ unix_commands โ€บ ls command in unix
ls Command in Unix
October 13, 2007 - The ls command is one of the most widely used commands in Linux that stands for "list" and helps you display the contents of a directory.
๐ŸŒ
University of Maryland Department of Computer Science
cs.umd.edu โ€บ ~nelson โ€บ classes โ€บ resources โ€บ BasicLinux.shtml
Basic Linux Commands
You can find additional information about a command by using the man command. For example, to find additional information about grep: ... If you want to transfer files from grace.umd.edu to your computer you can use https://dav.terpconnect.umd.edu/. Use your directory id and password to connect. ... % date /* Current date time */ % who /* Current users */ % ps /* Shows processes */ % emacs my_prog.c /* Popular editor */ % ls -al | less /* Using | to pipe output of one command as input to another */ % cal /* Calendar */ % ls *.txt /* Lists all files ending in .txt */ % cat data.txt /* Displays contents of a file (in this case data.txt) */
Find elsewhere
๐ŸŒ
TinkerBetter
tinkerbetter.tube โ€บ w โ€บ exP2PQY5YMHTtn4hdZVSJk
Learn the "ls" command! Lil' Linux Lesson! - TinkerBetter
The "ls" command allows you to list out the contents of a directory! It's an everyday part of my toolbox as a sysadmin, and most Linux sysadmins consider it fundamental for day-to-day usage as well...
Published ย  November 15, 2023
๐ŸŒ
Reddit
reddit.com โ€บ r/linux4noobs โ€บ what does ls * and ls * * do and what is the difference?
r/linux4noobs on Reddit: What does ls * and ls * * do and what is the difference?
September 19, 2019 - Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly. ... Why does "ls do*" list the inner contents of folders (e.g.
๐ŸŒ
123 Reg
123-reg.co.uk โ€บ support โ€บ servers โ€บ basic-linux-commands
Basic Linux Commands | Web Hosting (cPanel) - Help GB
By operating system, we mean the suite of programs which make the computer work. It is a stable, multi-user, multi-tasking system for servers, desktops and laptops. ls (list) - The ls command (lowercase L and lowercase S) lists the contents of your current working directory.
๐ŸŒ
LinuxBlog
linuxblog.io โ€บ home โ€บ ls command in linux, with examples
ls command in Linux, with examples
November 11, 2024 - The ls command is used on Linux to list information about files. When invoked without any arguments, ls will list files in the current working directory.
๐ŸŒ
Computer Hope
computerhope.com โ€บ unix โ€บ uls.htm
Linux Ls Command
June 1, 2025 - Linux ls command with help, including examples, syntax, and related commands to efficiently list files and directories from the command line.
๐ŸŒ
Reddit
reddit.com โ€บ r/linux โ€บ 15 basic โ€˜lsโ€™ command examples in linux
r/linux on Reddit: 15 Basic โ€˜lsโ€™ Command Examples in Linux
January 4, 2015 - Simply type 'man ls' or spend hours scouring the internet, knowing that much of what they find will be useless. ... Even a thicker manual, then the man pages. ... Welcome to /r/Linux! This is a community for sharing news about Linux, interesting developments and press.
๐ŸŒ
Scaler
scaler.com โ€บ home โ€บ topics โ€บ ls command in linux
ls Command in Linux - Scaler Topics
October 4, 2023 - The ls command in Linux lists directory contents, displaying file names, sizes, permissions, and timestamps. Learn effective directory navigation with Scaler Topics.
๐ŸŒ
Linux Man Pages
linux.die.net โ€บ man โ€บ 1 โ€บ ls
ls(1): directory contents - Linux man page
List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor --sort.
๐ŸŒ
High Performance Computing
hpc.ncsu.edu โ€บ Documents โ€บ unixtut โ€บ unix1.html
Linux Tutorial One
The ls command lists the contents of your current working directory. There may be no files visible in your home directory, in which case, the Linux prompt will be returned.
๐ŸŒ
Unix Tutorial
unixtutorial.org โ€บ commands โ€บ ls
ls โ€“ list directory contents | Unix Tutorial
$ ls -lhS total 1.2G -rw-r--r-- 1 greys staff 800M Jan 15 10:00 backup.tar.gz -rw-r--r-- 1 greys staff 350M Jan 14 15:30 database.sql -rw-r--r-- 1 greys staff 50M Jan 13 09:00 logs.txt
๐ŸŒ
LaunchCode
education.launchcode.org โ€บ linux โ€บ bash-introduction โ€บ walkthrough โ€บ ls โ€บ index.html
Bash Command: ls :: Linux
February 17, 2022 - ls command Our next command will list out the contents of either our current working directory or a specific directory: ls. ls will use your current working directory as a default argument if you do not provide an argument. So to list out the contents of your current working directory you simply need to enter ls and nothing else before submitting the command...
๐ŸŒ
LinuxConfig
linuxconfig.org โ€บ home โ€บ ls command in linux with examples
ls command in Linux with examples
September 22, 2025 - This will list the file sizes in human readable format, instead of bytes. $ ls -lh total 1.3G -rw-rw-r-- 1 linuxconfig linuxconfig 437M Aug 14 00:21 file1.txt -rw-rw-r-- 1 linuxconfig linuxconfig 164M Aug 14 00:21 file2.txt -rw-rw-r-- 1 linuxconfig linuxconfig 713M Aug 14 00:21 file3.txt ยท NOTE You can always use the man command to read more about the ls command and its official documentation.