ls – Quick Unix Commands
The ls command for unix/linux. It can be a useful command when you need it.
Use the ls command to list the items in the current directory. If you want to get some additional info about the files in the directory you can type in several different parameters
ls -l
This will give a lot of helpful information regarding each file such as its permissions.