Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

edesignuk

Moderator emeritus
Original poster
OK, so I have a file, and I also have it's MD5 checksum, now I don't really know the first thing about what an MD5 checksum is, but I presume it's a way to validate if the file is complete/intact.
How do I check a file against it's MD5 checksum?

Thanks!
 
Use

md5 <filename>

in the terminal. It will give the checksum of the file. You check the one it calculated against the one you've been given with the file.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.