Linux (Ubuntu)
Linux: Get MD5 Hash of a File
by admin on Feb.07, 2012, under Linux (Ubuntu)
Short example of how to get the MD5 hash from a file in Debian/Ubuntu from terminal:
md5sum myfile.rar
The above line will return the MD5 sum of the passed file.