Name

fs cd — Change filesystem directory

Synopsis

fs cd [ directory ]

Arguments

NameTypeDescriptionDefault
directory StringPathname to directory to change to.Root directory

Description

This command changes the current filesystem directory. Subsequent filesystem commands will be executed in the new directory. If no argument is given, then the current directory is set back to the root of the filesystem name space.

Examples

Change current directory:

RedBoot> fs ls
d---------       128 .
d---------       128 ..
d---------        96 tests
----------      4096 image
RedBoot> fs cd tests
RedBoot> fs ls
d---------        96 .
d---------       128 ..
----------     16384 test1
RedBoot>