From owner-freebsd-questions@FreeBSD.ORG Sat Aug 28 15:38:46 2004 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 0E4FA16A4CE for ; Sat, 28 Aug 2004 15:38:46 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7C5B43D55 for ; Sat, 28 Aug 2004 15:38:45 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i7SFcjhJ066924; Sat, 28 Aug 2004 10:38:45 -0500 (CDT) (envelope-from dan) Date: Sat, 28 Aug 2004 10:38:45 -0500 From: Dan Nelson To: Mike Hauber Message-ID: <20040828153845.GA96936@dan.emsphone.com> References: <200408281043.01532.m.hauber@mchsi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408281043.01532.m.hauber@mchsi.com> X-OS: FreeBSD 5.3-BETA1 X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: KlamAV on FreeBSD... 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: Sat, 28 Aug 2004 15:38:46 -0000 In the last episode (Aug 28), Mike Hauber said: > Actually, it's for a server I've set up at my folks house with SMB > shares. I'd like for them to be able to scan for viruses every so > often from the server without having to deal with a command prompt. How about something that opens an xterm and runs "clamscan -i -r /home"? -r will make it recurse into all subdirectories, and -i will make it print something only if there's an infected file. -- Dan Nelson dnelson@allantgroup.com