D-Link xStackTM DGS/DXS-3300 Series Switch User Manual


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
352
rd
Purpose Used to delete a directory from the storage media accessory.
Syntax
rd {<pathname 64>}
Description This command is used to delete a directory listed on the storage
media accessory.
Parameters <pathname 64> - Enter the path and name of the directory to be
deleted.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete a file:
DGS-3324SRi:4#rd c:/test
Command: rd c:/test
Done!!
DGS-3324SRi:4#
ren
Purpose To rename a file.
Syntax
ren <source_path_filename 64> <target_path_filename 64>
Description This command is used to rename a filename located on the storage
media accessory.
Parameters <source_path_filename 64> - Enter the path and name of the file to
be renamed.
<target_path_filename 64> - Enter the new name and path of the file
to be renamed. This entry cannot exceed 64 characters in length.
Restrictions Only administrator-level users can issue this command.
Example usage:
To rename a file:
DGS-3324SRi:4#ren c:/abc.txt c:/cba.txt
Command: ren c:/abc.txt c:/cba.txt
Done!!
DGS-3324SRi:4#