cd(1)
NAME
cd − change working directory
SYNTAX
cd directory
DESCRIPTION
The cd command changes your current working directory to directory. The process must have execute (search) permission in directory.
Because a new process is created to execute each command, cd would be ineffective if it were written as a normal command. It is therefore recognized and executed by your shell command interpreter.