Tuesday, January 13, 2009

MD5 Checksums (Ubuntu)

Create a new file containing the expected checksum, followed by 2 spaces, then the name of the file to be checked. The checksum file can contain multiple lines (multiple md5/filename pairs).

Then the md5 command is:

md5sum -c checksum_file

No comments:

Post a Comment