cd (user view)
Parameters
Usage Guidelines
Usage Scenario
flash:/my/test/ is an absolute path.
selftest/ is related to the current working directory and indicates the selftest directory in the current working directory.
The directory specified in the cd command must exist; otherwise, the error messages will be displayed.
Example
# Change the current working directory from flash:/temp to flash:.
<AC6605> pwd flash:/temp <AC6605> cd flash: <AC6605> pwd flash:
# Change the current working directory from flash: to flash:/t1/t2.
<AC6605> pwd flash: <AC6605> cd flash:/t1/t2 <AC6605> pwd flash:/t1/t2
# Change the current working directory from flash:/selftest to flash:/logfile.
<AC6605> pwd flash:/selftest <AC6605> cd /logfile/ <AC6605> pwd flash:/logfile
# Change the current working directory from flash:/selftest to flash:/selftest/test.
<AC6605> pwd flash:/selftest <AC6605> cd test/ <AC6605> pwd flash:/selftest/test