Send documentation comments to mdsfeedback-doc@cisco.com
15-14
Cisco MDS 9000 Family Command Reference
OL-8413-07, Cisco MDS SAN-OS Release 3.x
Chapter 15 M Commands
mkdir
mkdir
To create a directory in the Flash file system, use the mkdir command in EXEC mode.
mkdir directory
Syntax Description
Defaults None.
Command Modes EXEC
Command History
Usage Guidelines This command is only valid on Class C Flash file systems.
You can specify whether to create the directory on bootflash:, slot0, or volatile:. If you do not specify
the device, the switch creates the directory on the current directory.
Examples The following example creates a directory called test in the slot0: directory.
switch# mkdir slot0:test
The following example creates a directory called test at the current directory level. If the current
directory is slot0:mydir, this command creates a directory called slot0:mydir/test.
switch# mkdir test
Related Commands
directory Name of the directory to create.
Release Modification
1.0(2) This command was introduced.
Command Description
dir Displays a list of files on a file system.
rmdir Removes an existing directory in the Flash file system.