DETAILED STEPS
PurposeCommand or Action
(Optional)
Displays the name of your current default directory.
pwd
Example:
switch# pwd
Step 1
Changes to a new current directory. The file system, module,
and directory names are case sensitive.
cd {directory | filesystem:[//module/][directory]}
Example:
switch# cd slot0:
Step 2
Creating a Directory
You can create directories in the bootflash: and flash device file systems.
SUMMARY STEPS
1.
(Optional) pwd
2.
(Optional) cd {directory | filesystem:[//module/][directory]}
3.
mkdir [filesystem:[//module/]]directory
DETAILED STEPS
PurposeCommand or Action
(Optional)
Displays the name of your current default directory.
pwd
Example:
switch# pwd
Step 1
(Optional)
Changes to a new current directory. The file system, module, and
directory names are case sensitive.
cd {directory | filesystem:[//module/][directory]}
Example:
switch# cd slot0:
Step 2
Creates a new directory. The filesystem argument is case sensitive.
The directory argument is alphanumeric, case sensitive, and has a
maximum of 64 characters.
mkdir [filesystem:[//module/]]directory
Example:
switch# mkdir test
Step 3
Cisco Nexus 5500 Series NX-OS Fundamentals Configuration Guide, Release 7.x
108 OL-30890-01
Using the Device File Systems, Directories, and Files
Creating a Directory