SUMMARY STEPS
1.
enable
2.
dir filesystem:
3.
cd directory_name
4.
pwd
5.
cd
DETAILED STEPS
Purpose
Command or Action
Enables privileged EXEC mode. Enter your password if
prompted.
enable
Example:
Step 1
Device>
enable
Displays the directories on the specified file system.
dir filesystem:
Step 2
Example:
For
filesystem:
, use flash: for the system board flash device.
Device# dir flash:
Navigates to the specified directory.
cd directory_name
Step 3
Example:
The command example shows how to navigate to the
directory named
new_configs
.
Device# cd new_configs
Displays the working directory.
pwd
Example:
Step 4
Device# pwd
Navigates to the default directory.
cd
Example:
Step 5
Device# cd
Creating Directories
Beginning in privileged EXEC mode, follow these steps to create a directory:
SUMMARY STEPS
1.
dir filesystem:
2.
mkdir directory_name
3.
dir filesystem:
System Management Configuration Guide, Cisco IOS XE Gibraltar 16.10.x (Catalyst 9200 Switches)
217
Working with the Flash File System
Creating Directories