Navigating

Viewing Directories

To find out what files are in your current working directory type the following command:
ls
However, it is important to note that this does not list hidden files that begin with a dot (.) To list all files including the hidden files you need to add a parameter to the command. You would type the following followed by pressing the return key
ls-a