CD(1)
NAME
cd − change working directory
SYNOPSIS
cd [ directory ]
DESCRIPTION
If directory is not specified, the value of shell parameter $HOME is used as the new working directory. If directory specifies a complete path starting with /, ., .., directory becomes the new working directory. If neither case applies, cd tries to find the designated directory relative to one of the paths specified by the $CDPATH shell variable. $CDPATH has the same syntax as, and similar semantics to, the $PATH shell variable. Cd 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; therefore, it is recognized and is internal to the shell.
EXAMPLES
To change the working directory to a directory at a lower level, type:
cd directoryname
To change the working directory to a directory at the same level, type:
cd ../directoryname
To change from any working directory to the home directory, type:
cd
VARIABLES
| HOME | default working directory |
| CDPATH | directories to search for directory. |
SEE ALSO
EXTERNAL INFLUENCES
International Code Set Support
Single- and multi-byte character code sets are supported.
STANDARDS CONFORMANCE
cd: SVID2, XPG2, XPG3
Hewlett-Packard Company — HP-UX Release 7.0: Sept 1989