Cd
|
From Linuxconfig.org
.. back to the list of Linux Commands
Name
cd - change directory
Frequently used options
- change to previous directory
Examples
In unix systems there two most frequently used commands one is "ls" and the other is "cd". Command "cd" allows us to navigate through file system. To navigate to /etc/ directory simply enter:
$ cd /etc
To navigate to previous directory we can enter:
$ cd -
By entering cd without any arguments navigate to home directory:
$ cd



















