> I downloaded mandrake-6.1 iso file..
> and a md5sum file
>
> The md5sum file looks like this
> 43f4ba36e202dc56b272c61b45034d68 mandrake61-1.iso
>
> How do I check if the iso file is correct then?
According to the "man md5sum" page, you should be able
to put the iso file and md5sum file in the same directory,
then execute
md5sum -c <md5sum file name>
If the result is something like
"mandrake61-1.iso: OK"
instead of
"mandrake61-1.iso: FAILED"
the file is correct.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.