From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from shockwave.systems.pipex.net ([62.241.160.9]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1ArlK2-0006UU-00 for ; Fri, 13 Feb 2004 16:58:06 -0500 Received: from sloth.kycor.org (81-86-164-99.dsl.pipex.com [81.86.164.99]) by shockwave.systems.pipex.net (Postfix) with ESMTP id 0D0081C00228; Fri, 13 Feb 2004 21:57:57 +0000 (GMT) Received: from [10.0.0.1] (pride [10.0.0.1]) by sloth.kycor.org (8.12.10/8.12.10) with ESMTP id i1DLvfYs023896; Fri, 13 Feb 2004 21:57:45 GMT Date: Fri, 13 Feb 2004 21:57:43 +0000 (GMT) From: Garry Turkington X-X-Sender: garry@pride.kycor.org To: Glenn Ervin at Home , "Speakup is a screen review system for Linux." In-Reply-To: <003f01c3f249$cafb3120$7700a8c0@desktop> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: Re: md5sum.txt question X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.4 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 21:58:07 -0000 On Fri, 13 Feb 2004, Glenn Ervin at Home wrote: > How do I use this file to check the Fedora ISO's I downloaded? Assuming you've got the ISO images and MD5SUM file in the same directory just do: md5sum --check MD5SUM or just md5sum -c MD5SUM Note that having everything in the same directory is the best for your sanity as doing anything else can be a bit awkward. Garry