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...)
 
imported>ThorstenStaerk
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
''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 is a [[command]] to change the directory you are in:
 
  cd /tmp
 
  cd /tmp
Line 6: Line 8:
 
  cd -
 
  cd -
 
changes to the directory you were in before the last cd command.
 
changes to the directory you were in before the last cd command.
 +
 +
[[Category:Command]]

Latest revision as of 13:04, 22 December 2011

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.