Moving in the directory tree
. (dot) is the current working directory
. . (dot-dot) is the parent directory
UNIX command cd “change directory”
Use dot-dot to move up the tree
Use directory name to move down
Use complete directory name to move anywhere