Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: dwieberd on September 23, 2012, 05:41:36 PM

Title: How to check MD5 checksums
Post by: dwieberd on September 23, 2012, 05:41:36 PM
Hi,

I tried searching the forums first, I really did. Can someone remind me how to do this. All I remember is the word 'md5sums'.

Thanks.
Title: Re: How to check MD5 checksums
Post by: hiro on September 23, 2012, 05:51:22 PM
md5sum file

md5sum --help
Title: Re: How to check MD5 checksums
Post by: dwieberd on September 23, 2012, 05:57:14 PM
Thanks.

I get:  f464d6b28edf024321ace79c83a4d4b0

How do I know if this is the correct value?
Title: Re: How to check MD5 checksums
Post by: hiro on September 23, 2012, 06:17:24 PM
depends on the file you want to check.
if you downloaded Core-4.6.1.iso there will also be a Core-4.6.1.iso.md5.txt in the same path that you can compare your md5sum with.
Title: Re: How to check MD5 checksums
Post by: dwieberd on September 24, 2012, 10:00:48 AM
Cool. It's running now! Thanks for your patience w/ a newbie.  :)
Title: Re: How to check MD5 checksums
Post by: rms46 on October 14, 2012, 09:35:56 PM
You can also do directly:
Code: [Select]
md5sum -c Core-4.6.1.iso.md5.txtrgds,
Rahmat