"LS" is a Linux shell command that lists directory contents of files and directories".

Depending on the different syntax of "LS", given by the user, the command could display the contents in different types of ways. It can display the files using only it's inode number, it can display them in reverse order, by file size, by date/time, etc. It's very useful when trying to sort through directories.

https://www.rapidtables.com/code/linux/ls.html (RapidTables, 2018)

Comments