Cd

From Flooxs
Revision as of 22:22, 9 July 2010 by Nrowsey (talk | contribs) (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 .. ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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