100
Format Description Length
Example
drive
:/[
path
]/
file-
name
Specifies a file in the specified
storage medium on the device.
drive
represents the storage
medium name. The storage
medium on the master is usually
flash; the storage medium on a
slave is usually slotX#flash, where
X represents the member ID of the
slave, for example slot2#flash. To
view the correspondence between
a device and its member ID, use
the
display irf
command.
1 to 135
characters
flash:/test/a.cfg indicates a file
named
a.cfg
in the
test
folder in the
root directory of the flash memory
on the master.
To read and write the a.cfg file in
the root directory of the flash on a
slave (with the member ID 2), input
slot2#flash:/a.cfg
for the filename.
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