Accessing Directories On The Standby Supervisor Module; Working With Files; Moving Files - Cisco Nexus 9000 Series Configuration Manual

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

Advertisement

Accessing Directories on the Standby Supervisor Module

Before You Begin
Ensure that the directory is empty before you try to delete it.
Procedure
Step 1
Step 2
Step 3
Accessing Directories on the Standby Supervisor Module
You can access all file systems on the standby supervisor module (remote) from a session on the active
supervisor module. This feature is useful when copying files to the active supervisor modules requires similar
files to exist on the standby supervisor module. To access the file systems on the standby supervisor module
from a session on the active supervisor module, you specify the standby supervisor module in the path to the
file using either filesystem://sup-remote/ or filesystem://sup-standby/.

Working with Files

This section describes how to work with files on the Cisco NX-OS device.

Moving Files

You can move a file from one directory to another directory.
Caution
If a file with the same name already exists in the destination directory, that file is overwritten by the moved
file.
You can use the move command to rename a file by moving the file within the same directory.
Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 7.x
102
Command or Action
pwd
Example:
switch# pwd
dir [filesystem :[//module/][directory]]
Example:
switch# dir bootflash:test
rmdir [filesystem
:[//module/]]directory
Example:
switch# rmdir test
Using the Device File Systems, Directories, and Files
Purpose
(Optional)
Displays the name of your current default directory.
(Optional)
Displays the contents of the current directory. The file
system, module, and directory names are case sensitive.
If the directory is not empty, you must delete all the files
before you can delete the directory.
Deletes a directory. The file system and directory name
are case sensitive.

Advertisement

Table of Contents
loading

Table of Contents