Manual Page Result
0
Command: cd | Section: 1 | Source: UNIX v7 | File: cd.1
CD(1) General Commands Manual CD(1)
NAME
cd - change working directory
SYNOPSIS
cd directory
DESCRIPTION
Directory becomes the new working directory. The process must have ex-
ecute (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 the Shell.
SEE ALSO
sh(1), pwd(1), chdir(2)
CD(1)