Alcatel-Lucent 6850-48 Guida Di Riferimento

Pagina di 3444
File Management Commands
page 7-6
OmniSwitch CLI Reference Guide
September 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 6400, 6850, 6855, 9000, 9000E
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.1; command was introduced.