6-2
Format Description Length Example
drive:/[path]/file-na
me
Specifies a file in the specified
storage medium on the device.
drive represents the storage
medium name. The storage
medium on the device is flash. The
device has only one storage
medium, so you do not need to
provide the storage medium
information.
1 to 135
characters
flash:/test/a.cfg indicates a file
named
a.cfg
in the
test
folder
under the root directory of the flash
memory.
Directory Operations
You can create or remove a directory, display the current working directory, the specified directory, file
information, and so on.
Displaying directory information
To do… Use the command… Remarks
Display directory or file information
dir
[ /
all
] [ file-url ]
Required
Available in user view
Displaying the current working directory
To do… Use the command… Remarks
Display the current working
directory
pwd
Required
Available in user view
Changing the current working directory
To do… Use the command… Remarks
Change the current working
directory
cd
{ directory |
..
|
/
}
Required
Available in user view
Creating a directory
To do… Use the command… Remarks
Create a directory
mkdir
directory
Required
Available in user view
Removing a directory
To do… Use the command… Remarks
Remove a directory
rmdir
directory
Required
Available in user view