Useful commands in the terminal (linux):
cd → change directory (a directory is a space to store things ex: a folder)
cd → cd [with a space after cd] goes back to the previous directory you were in
cd /→ cd [with a space after cd]/ goes back to the root directory
cp → copy file
cp → copy file (to a certain destination, first day file to copy then list the path of how to locate destination ex: cp filename desktop/destination_folder)
ls → list items in current directory
mv → move file
rm → remove
mkdir → make directory/folder
touch → makes a file (2+ word named folders - use quotations)