cd path/to/directory
cd .. will go to the parent directory
cd ../.. will go to the parent's parent directory
and so on..
Top file in Linux is the root directory
~ is an abbrev for your own home directory