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


 
xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual
353
rename
Purpose To rename a file.
Syntax
rename <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#rename c:/abc.txt c:/cba.txt
Command: rename c:/abc.txt c:/cba.txt
Done!!
DGS-3324SRi:4#
rmdir
Purpose Used to delete a directory from the storage media accessory.
Syntax
rmdir {<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 directory:
DGS-3324SRi:4#rmdir c:/test
Command: rmdir c:/test
Done!!
DGS-3324SRi:4#