Command cd
Name
cd Changes the working directorySynopsis
The cd command changes the working directory of the current shell.
Examples
Example:$ cd /tmp
With no arguments changes to the users "home" directory.
The "home" directory is found by first looking for an environment variable "HOME" and if not found then using the java System property "user.home".
Commands
CategoryCommands