Thread: md5sum
View Single Post

   
  #5 (permalink)  
Old 04-25-2008, 12:41 AM
Stefan Patric
 
Posts: n/a
Default Re: md5sum

On Thu, 24 Apr 2008 03:47:24 -0700, sri wrote:

> Hi,
>
> what is md5sum?
>
> I see it in all distro cds.
>
> what is the use of it?
>
> please explain it..


It is a utility used to generate a unique hexadecimal number, a checksum,
of a file. It is used primarily to verify that a downloaded file is the
exact duplicate of the original file, that is, the downloaded file has no
errors.

sha1sum is also another popular checksum generator.

Stef
Reply With Quote