Cd: Difference between revisions

From Flooxs
Jump to navigation Jump to search
(New page: $ 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 .. ...)
 
(No difference)

Latest revision as of 22:22, 9 July 2010

$ 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