
125
To use this command to create a folder, the specified directory must already exist. For example, to
create the
flash:/test/mytest
folder, the
test
folder must already exist. Otherwise, the
mytest
folder
is not created.
Examples
# Create the
test
folder in the current directory.
<Sysname> mkdir test
Creating directory flash:/test... Done.
# Create the
test/subtest
folder in the current directory.
<Sysname> mkdir test/subtest
Creating directory flash:/test/subtest... Done.
# Create the
test
folder on the subordinate member with the member ID 2.
<Sysname> mkdir slot2#flash:/test
Creating directory slot2#flash:/test... Done.
more
Use
more
to display the contents of a text file.
Syntax
more
file-url
Views
User view
Predefined user roles
network-admin
Parameters
file
-
url
: Specifies a file name.
Examples
# Display the contents of the
test.txt
file.
<Sysname> more test.txt
Have a nice day.
# Display the contents of the
testcfg.cfg
file.
<Sysname> more testcfg.cfg
#
version 7.1.045, ESS 2415
#
sysname Sysname
#
vlan 2
#
return
<Sysname>
# Display the contents of the
testcfg.cfg
file on the subordinate member with the member ID 2.
<Sysname> more slot2#flash:/testcfg.cfg
#
version 7.1.045, ESS 2415
Содержание S5830V2 series
Страница 23: ...11 System View return to User View with Ctrl Z Sysname...
Страница 167: ...155 Related commands display startup...