What is an MD5 file?
An MD5 file is a checksum file used for the verification of a file’s integrity. It is similar to a fingerprint for the associated file and is uniquely generated using an algorithm that uses the number of bits in the file. It is used to verify the file with software such as md5sum. One advantage of using MD5 files is to verify that the downloaded files are not corrupt.
MD5 File Format - More Information
Usually an MD5 file is saved with the same name as the original file name but with the .md5 extension. For example, if the associated file name is abc_987_123456.grb
, the corresponding MD5 file name will be abc_987_123456.grb.md5
. MD5 files help identify that a received or downloaded file is not corrupted or affected by malicious content. In short, MD5 files guarantee the completeness of a file.
How to check MD5 Checksum?
A single file can be checked/verified for MD5 using the md5sum tool as follow.
md5sum -c abc_987_123456.grb.md5