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...)
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.