Cd
Jump to navigation
Jump to search
$ cd ;#changes to your home directory $ cd ~ ;#also changes to your home directory $ cd dirname/ ;#change to a directory just below the one you're in $ cd /full/path/name $ cd .. ;#go up 1 directory $ cd - ;#go to the last directory you were in $ cd / ;#go to the root directory