- cd [directory-path]
- This command changes your current directory. If you do not specify a
directory to change to, then it takes you to your home directory.
Remember you can use '..' to refer to the previous directory, so 'cd
..' will drop you back one directory (it is not possible to go back
one directory from root of course).