R0106-HP MSR Router Series Fundamentals Configuration Guide(V7)

98
Task Command
Delete files from the recycle bin. reset recycle-bin [ /force ]
Calculating the digest of a file
File digests are used to verify file integrity.
Use the following commands in user view:
Task Command
Calculate the digest of a file by using the SHA-256 algorithm.
sha256sum filename
Calculate the digest of a file by using the MD5 algorithm. md5sum filename
Managing directories
CAUTION:
To avoid file system corruption, do not perform the following operations during file operations:
Install or remove storage media.
Perform an active/standby switchover in standalone mode. (On an MSR4000.)
You can create, display, or remove a directory, and display or change the current working directory.
Before you create or remove a directory on a USB disk, make sure the disk is not write protected.
Displaying directory information
Perform this task in user view.
Task Command
Display directory or file information. dir [ /all ] [ file-url | /all-filesystems ]
Displaying the current working directory
Perform this task in user view.
Task Command
Display the current working directory. pwd
Changing the current working directory
Perform this task in user view.
Task Command
Change the current working directory. cd { directory | .. | / }