From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 11:37:17 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 21C9E37B401 for ; Fri, 27 Jun 2003 11:37:17 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57BD743FDF for ; Fri, 27 Jun 2003 11:37:16 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h5RIbFOg016214; Fri, 27 Jun 2003 14:37:15 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h5RIbEGw016213; Fri, 27 Jun 2003 14:37:14 -0400 (EDT) From: Jerry McAllister Message-Id: <200306271837.h5RIbEGw016213@clunix.cl.msu.edu> To: darkmatrix195@hotmail.com (dark matrix) Date: Fri, 27 Jun 2003 14:37:14 -0400 (EDT) In-Reply-To: from "dark matrix" at Jun 27, 2003 05:27:41 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: CHECKSUM.MD5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 18:37:17 -0000 > > What is the function of the CHECKSUM.MD5 file on your freebsd server in the > directory of your ISO images and do I need to use it? It is just an additional integrity check you can make after you ftp things to your machine. When the ISOs are made they run an md5 checksum on them and then record the numbers in that file. When you finish ftping the ISO or other file, you can run an md5 on it and compare to the number in the CHECKSUM.MD5 file to help make sure they arrived clean. ////jerry