R0106-HP MSR Router Series Fundamentals Command Reference(V7)
141
Syntax
md5sum file-url
Views
User view
Predefined user roles
network-admin
network-admin
Parameters
file-url: Specifies the name of a file.
Usage guidelines
You can use file digests to verify file integrity.
Examples
# Use the MD5 algorithm to calculate the digest of file system.bin.
<Sysname> md5sum system.bin
MD5 digest:
4f22b6190d151a167105df61c35f0917
mkdir
Use mkdir to create a folder in the current directory.
Syntax
mkdir directory
Views
User view
Predefined user roles
network-admin
Parameters
directory: Specifies the name of a folder.
Usage guidelines
The name of the folder to be created must be unique in the specified directory.
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.