ls command mean List the names of files.

Syntax
ls [OPTION]… [FILE]…
In man page the describe it
- ls – list directory contents.
- man ls – More details information about ls command.
ls command in Linux with Examples
$ ls -l
$ ls -a
$ ls
Conclusion
ls command is the simple the command in Linux. It is the most popular in use terminal Linux list directory contents.