cd (command)

The cd
command, also known as chdir
(change directory), is a command-line OS shell command used to change the current working directory in operating systems such as Unix, DOS, OS/2, AmigaOS (where if a bare path is given, cd is implied), Windows, and Linux. It is also available for use in shell scripts and batch files. The system call that effects the command in most operating systems is chdir that is defined by POSIX.