get MD5 checksum
To get the MD5 checksum of the file, use the following command:
md5sum filenameCheck Output: The output will display the MD5 hash followed by the file name.
It will look something like this:
d41d8cd98f00b204e9800998ecf8427e filenameHere, d41d8cd98f00b204e9800998ecf8427e is the MD5 checksum of the file named filename.