Command Manual – File System Management
H3C S7500E Series Ethernet Switches
Chapter 1 File System Management Commands
1-7
%Format flash: completed.
1.1.9 mkdir
Syntax
mkdir
directory
View
User view
Parameters
directory
: Name of a subdirectory.
Description
Use the
mkdir
command to create a subdirectory under the specified directory on the
storage device.
The name of the subdirectory to be created must be unique under the specified
directory.
This command does not allow you to create multiple directory levels at one time. For
instance, to create a subdirectory “flash:/test/mytest”, the test directory must have been
created.
Examples
# Create a directory named test.
<Sysname> mkdir test
...
% Created dir flash:/test
# create a subdirectory named mytest under test.
<Sysname>mkdir test/mytest
.
%Created dir flash:/test/mytest
1.1.10 more
Syntax
more file
-
url
View
User view