cp : copy cp -r "source" "destination" -(use -r for folders, empty for files) mv : move (rename) mv "source" "destination" -can move files/folders (no need for -r) -ex. "mv skiteamwebsite www" will rename skiteamwebsite to www rm : remove (delete) rm -r "file/directory" -(use -r for folders, empty for files) cd : change directory cd "newdirectory" (use ".." to move up a folder) ls : list ls ("location") -will list all files/directories in current location -can use "location" to view items in a different directory -ex. ls .. will list items in the directory above current -"www" contains the pages/objects that the visitor will see -index.html will automatically be loaded as the homepage -in command prompt, call "attach skiing" to add the locker -cd /mit/skiing will change directory to the locker -use secureFX to copy the website directory from computer to Athena desktop -use secureCRT to copy the website directory from Athena desktop to skiing locker