Cd

From Linuxintro
Revision as of 08:10, 10 April 2009 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.