File Management Commands
page 7-6 OmniSwitch 6250 CLI Reference Guide November 2009
mkdir
Creates a new directory.
mkdir [path/]dir
Syntax Definitions
path The path in which the new directory is being created. If no path is speci-
fied, the new directory is created in the current path.
dir A user-defined name for the new directory. Up to thirty-two (32) char-
acters may be used (e.g., test_directory).
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Be sure to separate path directories with a slash (/). Refer to the examples below.
• Up to 255 characters may be used for a fully qualified path.
• A path can contain up to a maximum of seven (7) directories including /flash.
• As with files names, up to thirty-two (32) characters may be used for a directory name.
• File and directory names can include only the following character types: a-z, A-Z, 0-9, dashes (-),
dots (.), and underscores (_).
• This command can also be used on the secondary CMM.
Examples
-> mkdir test_directory
-> mkdir flash/test_directory
Release History
Release 6.6.1; command was introduced.