108
%Format flash: completed.
Example 2:
Format the CF card using the FAT16 format.
<Sysname> format cfa0: FAT16
mkdir
Syntax
mkdir
directory
View
User view
Default Level
3: Manage level
Parameters
directory
: Name of a folder.
Description
Use the
mkdir
command to create a folder under a specified directory on the storage
medium.
The name of the folder to be created must be unique under the specified directory.
Otherwise, you will fail to create the folder under the directory.
To use this command to create a folder, the specified directory must exist. For instance,
to create folder
flash:/test/mytest
, the
test
folder must exist. Otherwise, you will fail to
create folder
mytest
.
Examples
Example 1:
Create a folder named
test
in the current directory.
<Sysname> mkdir test
....
%Created dir flash:/test
Example 2:
Create folder
test/subtest
in the current directory.
<Sysname> mkdir test/subtest
....
%Created dir flash:/test/subtest