Operation Manual

File Management Commands
Mobility System Software Command Reference Guide
Version 7.3
21 – 492
show config on page 499
md5
Calculates the MD5 checksum for a file in the MX nonvolatile storage.
Syntax
md5 [boot0: | boot1:]filename
Defaults
None.
Access
Enabled.
History
Introduced in MSS Version 4.0.
Usage
You must include the boot partition name in front of the filename. If you specify only the
filename, the CLI displays a message stating that the file does not exist.
Examples
The following command calculates the checksum for image file MX040003.020 in boot
partition 0:
pubs# md5 boot0:MX040003.020
MD5 (boot0:MX040003.020) = b9cf7f527f74608e50c70e8fb896392a
See Also
copy on page 485
dir on page 488
mkdir
Creates a new subdirectory in nonvolatile storage.
Syntax
mkdir [subdirname]
Defaults
None.
Access
Enabled.
History
Introduced in MSS Version 3.0.
Examples
The following commands create a subdirectory called corp2 and display the root
directory to verify the result:
MX# mkdir corp2
success: change accepted.
MX# dir
===============================================================================
file:
Filename Size Created
file:configuration 17 KB May 21 2004, 18:20:53
file:configuration.txt 379 bytes May 09 2004, 18:55:17
corp2/ 512 bytes May 21 2004, 19:22:09
corp_a/ 512 bytes May 21 2004, 19:15:48
boot0: | boot1: Boot partition into which you copied the file.
filename Name of the file.
subdirname Subdirectory name. Specify between 1 and 32 alphanumeric characters, with no
spaces.