Notes

pwd: This prints the current directory that you are in

cd: Stands for Change Directory and if you do it by itself it changes into homedirectory. For example if you type cd student, you enter the student directory.

ls: lists out the files you can go to for unix based Operating Systems

echo: This command outputs anything you want to put. For example if you type echo “hello”, it will output the word hello