A-23
Cisco ME 3800X and ME 3600X Switch Command Reference
OL-28238-01
Appendix A Cisco ME 3800X and ME 3600X Switch Boot Loader Commands
rename
rename
To rename a file, use the rename command in boot loader mode.
rename filesystem:/source-file-url filesystem:/destination-file-url
Syntax Description
Command Modes Boot loader
Command History
Usage Guidelines Filenames and directory names are case sensitive.
Directory names are limited to 45 characters between the slashes (/); the name cannot contain control
characters, spaces, deletes, slashes, quotes, semicolons, or colons.
Filenames are limited to 45 characters; the name cannot contain control characters, spaces, deletes,
slashes, quotes, semicolons, or colons.
Examples This example shows a file named config.text being renamed to config1.text:
Switch: rename flash:config.text flash:config1.text
You can verify that the file was renamed by entering the dir filesystem: boot loader command.
Related Commands
filesystem: Alias for a flash file system. Use flash: for the system board flash device.
/source-file-url Original path (directory) and filename.
/destination-file-url New path (directory) and filename.
Release Modification
12.2(52)EY This command was introduced.
Command Description
copy Copies a file from a source to a destination.