Revision as of 20:04, 17 August 2010 by imported>ThorstenStaerk
This is about the command cd. If you are interested in compact disks, see CD.
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.