Research V7 development
[unix-history] / usr / man / man1 / cd.1
CommitLineData
95e2a96a
KT
1.TH CD 1
2.SH NAME
3cd \- change working directory
4.SH SYNOPSIS
5.B cd
6directory
7.SH DESCRIPTION
8.I Directory
9becomes the new working directory.
10The process must have execute (search)
11permission in
12.IR directory .
13.PP
14Because a new process is created to execute each command,
15.I cd
16would be ineffective if it were written as a
17normal command. It is therefore recognized and executed
18by the Shell.
19.SH "SEE ALSO"
20sh(1), pwd(1), chdir(2)