Name

cd — Change working directory.

Synopsis

cd directory

Description

The cd command changes the current working directory to directory. Or at least it changes where Java thinks the working directory is. It does not change the process' actual working directory. Apparently that's not possible with Java.