Difference between revisions of "Cd"

From Linuxintro
imported>ThorstenStaerk
(New page: cd is a command to change the directory you are in: cd /tmp changes to the directory /tmp cd changes to your home directory cd - changes to the directory you were in before the last...)
(No difference)

Revision as of 08:10, 10 April 2009

cd is a command to change the directory you are in:

cd /tmp

changes to the directory /tmp

cd

changes to your home directory

cd -

changes to the directory you were in before the last cd command.