1-10
Description
Use the mkdir command to create a folder under a specified directory on the storage medium.
Note that:
z 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.
z 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
# Create a folder named test under the current directory.
<Sysname> mkdir test
....
%Created dir flash:/test
# Create folder test/subtest under the current directory.
<Sysname> mkdir test/subtest
....
%Created dir flash:/test/subtest
more
Syntax
more file-url
View
User view
Default Level
3: Manage level
Parameters
file-url: File name.
Description
Use the more command to display the contents of the specified file.
So far, this command is valid only for text files.
Examples
# Display the contents of file test.txt.
<Sysname> more test.txt
Welcome to H3C.
# Display the contents of file testcfg.cfg.
<Sysname> more testcfg.cfg
#
version 5.20, Beta 1201, Standard