From owner-freebsd-questions@FreeBSD.ORG Thu Jan 13 23:23:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8781106566B for ; Thu, 13 Jan 2011 23:23:26 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7C18FC12 for ; Thu, 13 Jan 2011 23:23:26 +0000 (UTC) Received: by wyf19 with SMTP id 19so2271646wyf.13 for ; Thu, 13 Jan 2011 15:23:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=MD6mb/QQNzlNEbUlBa1ooxQEfKa9EpFqTVNQfn3D6AU=; b=Zu/futry4gXBz7+ubTXvibml8XQRA1pUwWO88L0322rOrjpEzGvuamAiRHJllKb8yw 6yV+x3pyN/Jf0RS076H/dMkTBKfkV5IcR+ABVVc7DqLpKuWke+0Ba1nNRu4IKxO05NKy OdPuObrxdQVpkhIhvq1jOh/m5NMBH7itUgDvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=x30qy9L3uDybOym3ZeYTuRnmZdtdNHYwWhQeu4ZStuRr9shde879Rq2Ngv6u/VZrFo WUSOZ4H6+vcjE97fPQuXQLiVSotKIikebZBApYgYZTbl4FanRQwdrr/8m9uYl+DN0dQ9 cT1GSIs9licEnzKTqMLjGwN7iA5Sf9+7LzGmg= Received: by 10.216.167.65 with SMTP id h43mr1148608wel.17.1294961005170; Thu, 13 Jan 2011 15:23:25 -0800 (PST) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id x3sm347044wes.46.2011.01.13.15.23.23 (version=SSLv3 cipher=RC4-MD5); Thu, 13 Jan 2011 15:23:24 -0800 (PST) Date: Thu, 13 Jan 2011 23:23:21 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110113232321.5857ad0f@gumby.homeunix.com> In-Reply-To: <4D2F606D.6090407@gmail.com> References: <4D2F606D.6090407@gmail.com> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Date of a FreeBSD installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2011 23:23:27 -0000 On Thu, 13 Jan 2011 21:28:29 +0100 David Demelier wrote: > Hello folks, > > I'm just guessing if there is a way to know a FreeBSD installation > date. We can't look after the uname -a ident since an update of the > FreeBSD kernel is possible. > > I think searching a file absolutely not touched ever in the system > can helps but which one? > > markand@Melon ~ $ ls -l /root/.cshrc > -rw-r--r-- 2 root wheel 798 19 Jul 04:17 /root/.cshrc > > It seems that this file has the FreeBSD dist access time so can't > refers to neither. > > Do you have any clue? > > Cheers, > I'd suggest looking at the Btimes of top level directories stat -f "%SB %N" /*