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

OptionsDescription
-Lforce to follow the symbolic links
-PInstructs NOT to follow symbolic links

Installation

NA

References