The cd command switches the current working directory to a specified directory.
By default, the default working directory is used.
| Parameter | Description | Value |
|---|---|---|
| .. | Returns to the upper-level directory. If the current directory is a root directory, the system prompts you that no directory can be found. | - |
| directory | Specifies the name of destination directory. | The value is a string of 1 to 64 case-insensitive characters without a blank space. |