|
Home > Archive > Red Hat General > September 2004 > MD5sum
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hi, how to use the MD5sum? I mean, how to checksum after downloaded the iso.
Thank you.
GL
| |
| Alexander Dalloz 2004-09-12, 8:47 pm |
| On Sun, 12 Sep 2004 22:36:23 -0400 G Lam wrote:
> Hi, how to use the MD5sum? I mean, how to checksum after downloaded the iso.
> GL
man md5sum
md5sum --help
--> md5sum file
Alexander
--
Alexander Dalloz | Enger, Germany
PGP key valid: made 13.07.1999
PGP fingerprint: 2307 88FD 2D41 038E 7416 14CD E197 6E88 ED69 5653
| |
| Frank Foss 2004-09-13, 2:51 am |
|
"G Lam" <No_spam@anywhere.com> wrote in message
news:j5-dnVOOTdrzmdjcRVn-oQ@comcast.com...
> Hi, how to use the MD5sum? I mean, how to checksum after downloaded the
iso.
> Thank you.
> GL
>
With OpenSSL;
openssl dgst -md5 [file]
>
|
|
|
|
|