Cisco Nexus 5000 Series Command Reference Release 4.0(1a)N2(1) (OL-16599-01, March 2009)

Send comments to nx5000-docfeedback@cisco.com
1-59
Cisco Nexus 5000 Series Command Reference
OL-16599-01
Chapter 1 Basic System Commands
move
move
To move a file from one directory to another, use the move command.
move {[filesystem:] [//server/] [directory] source-filename} [filesystem:] [//server/] [directory]
[destination-filename]
Syntax Description
Command Default The default filename for the destination file is the same as the source file.
Command Modes EXEC mode
Command History
Usage Guidelines You can make a copy of a file by using the copy command.
Tip You can rename a file by moving it within the same directory.
Examples This example shows how to move a file to another directory:
switch# move file1 my_files/file2
This example shows how to move a file to another file system:
switch# move file1 volatile:
This example shows how to move a file to another supervisor module:
switch# move file1 bootflash://sup-1/file1.bak
filesystem: (Optional) Name of the file system. Valid values are bootflash, debug,
modflash, or volatile.
//server/ (Optional) Name of the server. Valid values are ///, //module-1/, //sup-1/,
//sup-active/, or //sup-local/. The double slash (//) is required.
directory (Optional) Name of a directory. The directory name is case sensitive.
source-filename Name of the file to move. The filename is case sensitive.
destination-filename (Optional) Name of the destination file. The filename is alphanumeric, case
sensitive, and has a maximum of 64 characters.
Release Modification
4.0(0)N1(1a) This command was introduced.