cd
cd — changes the working directory.
cd (path)
pathA character string which defines a directory path in the current operating system.
This function changes the current working directory for subsequent file system operations.
Gamma>cd ("/usr/local/bin");t