PurposeCommand or Action
Example:
Switch# cd new_configs
The command example shows how to navigate to the directory named
new_configs.
Displays the working directory.pwd
Example:
Switch# pwd
Step 4
Navigates to the default directory.cd
Example:
Switch# cd
Step 5
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:
DETAILED STEPS
PurposeCommand or Action
Displays the directories on the specified file system.
dir filesystem:
Step 1
Example:
Switch# dir flash:
For filesystem:, use flash: for the system board flash device.
Creates a new directory. Directory names are case sensitive and are
limited to 45 characters between the slashes (/); the name cannot
mkdir directory_name
Example:
Switch# mkdir new_configs
Step 2
contain control characters, spaces, slashes, quotes, semicolons, or
colons.
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
2042
Working with the Flash File System