From owner-freebsd-questions@FreeBSD.ORG Sun Oct 26 19:57:34 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 CCBEA16A4B3 for ; Sun, 26 Oct 2003 19:57:34 -0800 (PST) Received: from southgate.ph.inter.net (lanceb.ph.inter.net [202.61.82.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDB6943FA3 for ; Sun, 26 Oct 2003 19:57:33 -0800 (PST) (envelope-from chael@southgate.ph.inter.net) Received: from JMICH (jmich [192.168.1.254]) by southgate.ph.inter.net (Postfix) with SMTP id 52350209A for ; Mon, 27 Oct 2003 11:56:52 +0800 (PHT) Message-ID: <000c01c39c3e$72c47950$fe01a8c0@JMICH> From: To: Date: Mon, 27 Oct 2003 11:57:31 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Log every access to a file 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, 27 Oct 2003 03:57:34 -0000 Hello, How do you create/add a system log to monitor every access to a specific = file (say a database file accessed through samba)? A sample line for = syslog.conf would be greatly appreciated ?? :-) Thanks in advance.