NAME

cd - change working directory

SYNOPSIS

cd directory

DESCRIPTION

Changes the working directory to directory. It is not possible for the root directory to be the working directory.

EXAMPLES

The following examples changes to a directory named /tmp. cd /tmp

SEE ALSO

pwd(1F)