On April 16, Jerome H. Fine wrote:
> It took a week of trying, but I have finally downloaded all three CD
> images for RSX-11 and RT-11 from:
> ftp://ftp.trailing-edge.com/pub/cd-images/
> Note also that the file MD5SUMS seems to contain checksum
> values, but I don't know how to use these values or produce them
> myself to check if my files are correct. Can anyone help?
$ cat > /tmp/foo
blah
^D
$ md5 /tmp/foo
MD5 (/tmp/foo) = 0d599f0ec05cebda8c3b8a68c32a1b47
$
Any reasonably modern BSD-based system should have the md5 program
preinstalled. If not, you should be able to find it at
ftp://ftp.cerias.purdue.edu/pub/tools/unix/crypto/md5/.
See
http://www.cert.org/security-improvement/implementations/i002.01.html
for more information.
-Dave
--
Dave McGuire "Mmmm. Big."
St. Petersburg, FL -Den
Received on Tue Apr 16 2002 - 10:02:34 BST