S e n d d o c u m e n t a t i o n c o m m e n t s t o m d s f e e d b a c k - d o c @ c i s c o . c o m
15-14
Cisco MDS 9000 Family Command Reference
OL-18089-01, Cisco MDS NX-OS Release 4.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.