cd
Function
The cd command is used to switch to other directories.
Format
cd [ parameter ]
Parameters
Parameter |
Description |
Value |
---|---|---|
parameter |
If you want to obtain details and usage guide of parameters, run the cd --help command. |
- |
Modes
Minisystem mode
Usage Guidelines
- Before you perform this operation, run the ls command to view current files and subdirectories.
- To exit the current directory, run the cd.. command.
Some directories have set permission that users cannot enter. when you execute the cd.. Command, the system will display an error.
Example
Go to path /home/permitdir/ and run the ls command to view files.
Storage: minisystem> cd /home/permitdir/
Storage: minisystem> ls
bin cmd_resp_log.txt coffer_log coffer_perf dha export_import log test.txt update
update_disk
System Response
None