DGS-1510/ME Series Metro Ethernet Switch CLI Reference Guide
241
29-2 md
Description
This command is used to create a directory.
Format
md {<drive_id>} <pathname>
Parameters
<drive_id> - (Optional) Enter the drive ID used, for example, C:.
<pathname> - Enter the directory to be removed. The path name can be specified either as a full path name or
partial name. For partial path name, it indicates the file is in the current directory. The drive ID also included in
this parameter, for example, c:/config/bootup.cfg.
Restrictions
Only Administrators and Operators can issue this command.
Example
To make a directory:
DGS-1510-28XMP/ME:admin# md c:/abc
Command: md c:/abc
Success.
29-3 rd
Description
This command is used to remove a directory. If there are files still existing in the directory, this command will fail
and return error message.
Format
rd {<drive_id>} <pathname>
Parameters
<drive_id> - (Optional) Enter the drive ID used, for example, C:.
<pathname> - Enter the directory to be removed. The path name can be specified either as a full path name or
partial name. For partial path name, it indicates the file is in the current directory.
Restrictions
Only Administrators and Operators can issue this command.