Creating A Directory; Displaying Directory Contents; Deleting A Directory - 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

Creating a Directory

You can create directories in the bootflash: and flash device file systems.
Procedure
Step 1
Step 2
Step 3

Displaying Directory Contents

You can display the contents of a directory.
Procedure
Step 1

Deleting a Directory

You can remove directories from the file systems on your device.
Command or Action
pwd
Example:
switch# pwd
cd {directory |
filesystem:[//module/][directory]}
Example:
switch# cd slot0:
mkdir [filesystem:[//module/]]directory
Example:
switch# mkdir test
Command or Action
dir [directory |
filesystem:[//module/][directory]]
Example:
switch# dir bootflash:test
Cisco Nexus 9000 Series NX-OS Fundamentals Configuration Guide, Release 7.x
Purpose
(Optional)
Displays the name of your current default directory.
(Optional)
Changes to a new current directory. The file system,
module, and directory names are case sensitive.
Creates a new directory. The filesystem argument is
case sensitive. The directory argument is alphanumeric,
case sensitive, and has a maximum of 64 characters.
Purpose
Displays the directory contents. The default is the
current working directory. The file system and
directory names are case sensitive.
Creating a Directory
101

Advertisement

Table of Contents
loading

Table of Contents