From owner-freebsd-questions@FreeBSD.ORG Fri Mar 25 16:10:23 2005 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 7D66A16A4CE for ; Fri, 25 Mar 2005 16:10:23 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B22C43D5A for ; Fri, 25 Mar 2005 16:10:23 +0000 (GMT) (envelope-from emccoy@haystacks.org) Received: from [127.0.0.1] (c-24-98-109-41.hsd1.ga.comcast.net[24.98.109.41]) by comcast.net (rwcrmhc11) with ESMTP id <2005032516102201300dv610e>; Fri, 25 Mar 2005 16:10:23 +0000 Message-ID: <424437EF.9070707@haystacks.org> Date: Fri, 25 Mar 2005 11:10:23 -0500 From: Eric McCoy User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Emanuel Strobl References: <200503250813.17984@harrymail> In-Reply-To: <200503250813.17984@harrymail> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: quick timestamp question (ctime/mtime) 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, 25 Mar 2005 16:10:23 -0000 Emanuel Strobl wrote: > is it possible that mtime of a file can be changed without also changing > ctime? No. See stat(2), it shows what operations do what.