More - HPE D6020 Maintenance And Service Manual

Hide thumbs Also See for HPE D6020:
Table of Contents

Advertisement

Usage guidelines
The name of the directory to be created must be unique in the parent directory.
You can create a directory only in an existing directory. For example, to create the flash:/test/mytest
directory, make sure the test directory already exists.
Examples
# Create the test directory in the current directory.
<Sysname> mkdir test
Creating directory flash:/test... Done.
# Create the test/subtest directory in the current directory.
<Sysname> mkdir test/subtest
Creating directory flash:/test/subtest... Done.
# (Centralized devices in IRF mode.) Create the test directory in the root directory of the flash: file
system on a subordinate member.
<Sysname> mkdir slot2#flash:/test
Creating directory slot2#flash:/test... Done.
# (Distributed devices in standalone mode.) Create the test directory in the root directory of a file
system on the standby MPU (in slot 1).
<Sysname> mkdir slot1#cfa0:/test
Creating directory slot1#cfa0:/test... Done.
# (Distributed devices in IRF mode.) Create the test directory in the root directory of a file system on
the global active MPU.
<Sysname> mkdir test
Creating directory cfa0:/test... Done.
# (Distributed devices in IRF mode.) Create the test directory in the root directory of a file system on
a global standby MPU.
<Sysname> mkdir chassis2#slot1#cfa0:/test
Creating directory chassis2#slot1#cfa0:/test... Done.

more

Use more to display the contents of a text file.
Syntax
more file
Views
User view
Predefined user roles
network-admin
Parameters
file: Specifies the name of a file.
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.
165

Advertisement

Table of Contents
loading

Table of Contents