Research V4 development
[unix-history] / man / man1 / chdir.1
CommitLineData
ec7d45cd
KT
1.th CHDIR I 3/15/72
2.sh NAME
3chdir \*- change working directory
4.sh SYNOPSIS
5.bd chdir
6directory
7.sh DESCRIPTION
8.it Directory
9becomes the new working directory.
10The process must have execute permission
11on the directory.
12The process must have execute (search)
13permission in
14.it directory.
15.s3
16Because a new process is created to execute each command,
17.it chdir
18would be ineffective if it were written as a
19normal command. It is therefore recognized and executed
20by the Shell.
21.sh "SEE ALSO"
22sh(I)
23.sh BUGS