From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 12:15:51 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 A772816A4CE for ; Mon, 15 Dec 2003 12:15:51 -0800 (PST) Received: from catseye.mine.nu (d207-81-17-215.bchsia.telus.net [207.81.17.215]) by mx1.FreeBSD.org (Postfix) with SMTP id 8400443D2D for ; Mon, 15 Dec 2003 12:15:50 -0800 (PST) (envelope-from catseye@catseye.mine.nu) Received: (qmail 95431 invoked by uid 1001); 15 Dec 2003 20:17:02 -0000 Date: Mon, 15 Dec 2003 12:17:02 -0800 From: Chris Pressey To: "Pratt, Benjamin E." Message-Id: <20031215121702.4b7800bb.cpressey@catseye.mine.nu> In-Reply-To: <4F752E686C8E04449DCB9FA7C3BD9674718262@EXCHANGE.campus.stcloudstate.edu> References: <4F752E686C8E04449DCB9FA7C3BD9674718262@EXCHANGE.campus.stcloudstate.edu> Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.8 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Secure Deletion (Like shred for Linux)?? 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: Mon, 15 Dec 2003 20:15:51 -0000 On Mon, 15 Dec 2003 13:55:07 -0600 "Pratt, Benjamin E." wrote: > Chris - > > It doesn't look like they do quite what I'd like. Here's the man page > for shred (http://unixhelp.ed.ac.uk/CGI/man-cgi?shred+1). Shred is > used in a shell script called Autoclave > (http://staff.washington.edu/jdlarios/autoclave/) to securely wipe a > hard drive before getting rid of it. I've attached the "autoclave.sh" > script (as long as attachments are allowed, ask me for it if you don't > get the attachment). > > Ben Ben, My bad! Shred *does* indeed exist on FreeBSD; it's part of /usr/ports/sysutils/fileutils and it's installed as 'gshred' (because all the fileutils are prefixed with a 'g' to avoid collisions with BSD versions of the same tools.) You should be able to install the fileutils port, create a symbolic link from 'shred' to 'gshred', and run the autoclave script. HTH, -Chris