Description#
Its used to change directory
Usage#
# change using absolute directory
cd /var/log
# change using relative directory
cd log
cd ./testing
cd ./../testing
# Move to home
cd ~
cd
# Previous current working directory
cd -Options#
| Options | Description |
|---|---|
| -L | force to follow the symbolic links |
| -P | Instructs NOT to follow symbolic links |
Installation#
NA