From owner-freebsd-questions@FreeBSD.ORG Wed Sep 22 18:16:16 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 4889116A4CE for ; Wed, 22 Sep 2004 18:16:16 +0000 (GMT) Received: from cathy.bmts.com (cathy.bmts.com [216.183.128.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id B97B543D1F for ; Wed, 22 Sep 2004 18:16:15 +0000 (GMT) (envelope-from rhempel@bmts.com) Received: from PC300GL (os-dsl-0241.bmts.com [216.183.152.242]) by cathy.bmts.com (8.12.10/8.12.10) with SMTP id i8MIEJq2001217; Wed, 22 Sep 2004 14:14:20 -0400 (EDT) From: "Ralph Hempel" To: "Drew Tomlinson" Date: Wed, 22 Sep 2004 14:18:13 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Importance: Normal In-Reply-To: <4151BABA.30300@mykitchentable.net> X-bmts-MailScanner: Found to be clean X-bmts-MailScanner-SpamCheck: X-MailScanner-From: rhempel@bmts.com cc: FreeBSD Questions Subject: RE: Find Command Syntax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: rhempel@bmts.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 18:16:16 -0000 > OK, I'm trying to understand the difference. According to the manual > -ctime is "change of file status" and -mtime is "last modification > time". I think I understand what modification means (changing the > contents of the file) but what is "change of file status"? In my > particular situation, while reviewing my spam folder for possible "ham", > my IMAP client may change the message status from unread to read. How > would this affect the actual message file? Contents change is when what's inside the file changes. Status change is when the file descriptor status, like read-only, or permissions changes. Ralph