Re: md5sum command syntax
- From: Tony Nelson <tonynelson@xxxxxxxxxxxxxxxxx>
- Date: Mon, 16 Oct 2006 18:06:26 -0400
At 1:54 PM -0700 10/16/06, Rick Stevens wrote:
On Mon, 2006-10-16 at 20:05 +0100, Thufir wrote:
I've read the f#$%ing manual.
Files:
foo.iso
foo.iso.md5
To verify, the command is....?
It's in "man md5sum" if you'd read it.
The command is "md5sum foo.iso" and compare the output against the data
in foo.iso.md5.
If you want it automatically and assuming foo.iso.md5 contains JUST the
MD5 checksum:
# md5sum foo.iso | cut -d" " -f1 | diff --brief - foo.iso.md5
or:
md5sum -c foo.iso.md5
--
____________________________________________________________________
TonyN.:' The Great Writ <mailto:tonynelson@xxxxxxxxxxxxxxxxx>
' is no more. <http://www.georgeanelson.com/>
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- References:
- md5sum command syntax
- From: Thufir
- Re: md5sum command syntax
- From: Rick Stevens
- md5sum command syntax
- Prev by Date: Re: *Serious* security problem with nVidia binary driver
- Next by Date: Re: dvorak layout
- Previous by thread: Re: md5sum command syntax
- Next by thread: Is it safe to write to a vfat32 partition?
- Index(es):
Relevant Pages
|