From owner-freebsd-newbies Sun Jan 27 4:42:14 2002 Delivered-To: freebsd-newbies@freebsd.org Received: from web21102.mail.yahoo.com (web21102.mail.yahoo.com [216.136.227.104]) by hub.freebsd.org (Postfix) with SMTP id A23AF37B402 for ; Sun, 27 Jan 2002 04:42:07 -0800 (PST) Message-ID: <20020127124207.40205.qmail@web21102.mail.yahoo.com> Received: from [62.254.0.5] by web21102.mail.yahoo.com via HTTP; Sun, 27 Jan 2002 04:42:07 PST Date: Sun, 27 Jan 2002 04:42:07 -0800 (PST) From: Hiten Pandya Subject: Re: checksum calculation To: Tadimeti Keshav Cc: newbies@FreeBSD.org In-Reply-To: <20020127045610.700.qmail@web21005.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, > Q: How do I use it to verify the file size? You can produce your own checksums by using the md5(1) utility. The following would be ideal. Supposing you have all your CD images (for 4.4) in one directory: #md5 * | sort > tmp.outfile #cmp tmp.outfile CHECKSUM.MD5 regards, - Hiten - __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message