1CD(1) General Commands Manual CD(1)
23
4
NAME
6cd - change working directory
7
SYNOPSIS
9cd directory
10
DESCRIPTION
12Directory becomes the new working directory. The process must have
13execute (search) permission in directory.
1415
Because a new process is created to execute each command, cd would be
16ineffective if it were written as a normal command. It is therefore
17recognized and executed by the Shell.
18
SEE ALSO
20sh(1), pwd(1), chdir(2)
2122
23
24
CD(1)