To view a listing of the files and directories (folders) in your account use the
following command:
$ ls
You can remove files by using the rm command, copy files by using the cp
command and move files by using the mv command.
To move around in your account use the following command:
$ cd directory
Replace directory with the directory in your account you wish to change to.