
Unix Code - List Files On Server
If you need to create a directory / folder:
dir this will show you all files in the directory you are in
ls contents of directory
ls -a include files with "." (dot files)
ls -l list contents in long format (show modes)