Java J2ME JSP J2EE Servlet Android

UNIX Command: cd

Changes the directory

SYNOPSIS
cs [DIRECTORY]

DIRECTORY - Name of the directory you want to enter
cd .. - Go back from current directory

Examples
cd
This will move the current directory to home directory

cd../../
This will move current directory to two step back directory

cd ../root/misc
This will move current directory to one step back then the /root/misc directory

cd misc
This will move current directory to misc directory if available