![Cisco Catalyst 2350 Command Reference Manual Download Page 529](http://html.mh-extra.com/html/cisco/catalyst-2350/catalyst-2350_command-reference-manual_67583529.webp)
A-19
Catalyst 2350 Switch Command Reference
OL-19055-01
Appendix A Catalyst 2350 Switch Boot Loader Commands
mkdir
mkdir
Use the
mkdir
boot loader command to create one or more new directories on the specified file system.
mkdir
filesystem
:/
directory-url ...
Syntax Description
Command Modes
Boot loader
Command History
Usage Guidelines
Directory names are case sensitive.
Directory names are limited to 45 characters between the slashes (/); the name cannot contain control
characters, spaces, deletes, slashes, quotes, semicolons, or colons.
Examples
This example shows how to make a directory called Saved_Configs:
switch
:
mkdir flash:Saved_Configs
Directory "flash:Saved_Configs" created
This example shows how to make two directories:
switch
:
mkdir flash:Saved_Configs1 flash:Test
Directory "flash:Saved_Configs1" created
Directory "flash:Test" created
You can verify that the directory was created by entering the
dir
filesystem
:
boot loader command.
Related Commands
filesystem
:
Alias for a flash file system. Use
flash:
for the system board flash device.
/
directory-url
Name of the directories to create. Separate each directory name with a space.
Release
Modification
12.2(46)EY
This command was introduced.
Command
Description
dir
Displays a list of files and directories on the specified file system.
rmdir
Removes one or more directories from the specified file system.