displays the path of your current working directory
pwd
cd <directory></directory>
navigates to specified directory
cd ..
navigates to parent directory
ls
lists directory contents
mkdir <directory></directory>
creates a new directory
touch <file></file>
creates a new file