Copying Files - Cisco Nexus 9000 Series Configuration Manual

Nx-os fundamentals configuration guide
Hide thumbs Also See for Nexus 9000 Series:
Table of Contents

Advertisement

Using the Device File Systems, Directories, and Files
Procedure
Step 1
Step 2
Step 3

Copying Files

You can make copies of files, either within the same directory or on another directory. For more information,
see the Cisco Nexus 9000 Series NX-OS Troubleshooting Guide.
Note
Use the dir command to ensure that enough space is available in the target file system. If enough space
is not available, use the delete command to remove unneeded files.
Procedure
Step 1
Step 2
Step 3
Command or Action
pwd
Example:
switch# pwd
dir [filesystem:[//module/][directory]]
Example:
switch# dir bootflash
move [filesystem:[//module/][directory /] |
directory/]source-filename
{{filesystem:[//module/][directory /] |
directory/}[target-filename] |
target-filename}
Example:
switch# move test old_tests/test1
Command or Action
pwd
Example:
switch# pwd
dir [filesystem:[//module/][directory]]
Example:
switch# dir bootflash
copy [filesystem:[//module/][directory/] |
directory/]source-filename |
Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 7.x
Purpose
(Optional)
Displays the name of your current default directory.
(Optional)
Displays the contents of the current directory. The file
system and directory name are case sensitive.
Moves a file.
The file system, module, and directory names are case
sensitive.
The target-filename argument is alphanumeric, case
sensitive, and has a maximum of 64 characters. If the
target-filename argument is not specified, the filename
defaults to the source-filename argument value.
Purpose
(Optional)
Displays the name of your current default directory.
(Optional)
Displays the contents of the current directory. The file
system and directory name are case sensitive.
Copies a file. The file system, module, and directory
names are case sensitive. The source-filename argument
is alphanumeric, case sensitive, and has a maximum
Copying Files
103

Advertisement

Table of Contents
loading

Table of Contents