Command Reference File System Commands
¦ +-- msg_fd.o
+-- readme
+-- server_module
+-- server_userspace
+-- sys_rgos.ko
+-- user_space
+-- echo_server.c
+-- echo_server.o
+-- Makefile
+-- msg_fd.c
+-- msg_fd.o 10,490,132 bytes total (13,192,656 bytes free)
Use this command to compute, display and verify Message Digest 5 (MD5).
verify [ /md5 md5-value ] filesystem: [ file-url ]
Computes and displays MD5.
The file MD5, which is compared with the computed MD5.
The URL of file system, followed by a colon (:). The file system
includes flash:, usb: and tmp:.
The file name containing the path. A file name starts with “/” is an
absolute path. Otherwise, it is a relative path.
The default filesystem: is flash:.
The following example computes MD5 of flash:/gcc.
Ruijie#verify flash:/gcc
8b072de7db7affd8b2ef824e7e4d716c
The following example computes MD5 and makes a comparison.
Ruijie#verify /md5 8b072de7db7affd8b2ef824e7e4d716c flash:/gcc
%SUCCESS verifying flash:/gcc = 8b072de7db7affd8b2ef824e7e4d716c