Unlike literary digests, an MD5 checksum conveys no information about the contents of the original file. However, it possesses one unique trait:
Any change to the file, no matter how small, results in a change to the MD5 checksum. [2]
Generating MD5 Checksum of a file with md5sum
md5sum -b filename > filename.checksumThis will store the MD5 checkup of "filename" in "filename.checksum.
Varify MD5 Checksum of a file with md5sum
(put the checksum file in same directory where actual file is located)md5sum -c test.checksum