Sets the shell's current directory.
setcd [directory name]
There's always a current directory in the shell. You can refer to files within that current directory in a relative manner without a full path specification, To display the current directory, use the showcd command, or by execute setcd with no arguments.
Built-in shell command.
cd
showcd