D-Link DES-3200 Series Washer/Dryer User Manual


 
xStack
®
DES-3200 Series Layer 2 Managed Fast Ethernet Switch CLI Reference Guide
251
28-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> - Specify 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 Administrator and Operator-level users can issue this command.
Example
To make a directory:
DES-3200-28/ME:admin#md c:/abc
Command: md c:/abc
Success.
DES-3200-28/ME:admin#
28-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> - Specify 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 Administrator and Operator-level users can issue this command.