From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 08:44:19 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 50A16106566B for ; Fri, 14 Jan 2011 08:44:19 +0000 (UTC) (envelope-from nino80@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id D882A8FC13 for ; Fri, 14 Jan 2011 08:44:18 +0000 (UTC) Received: by eyf6 with SMTP id 6so1290393eyf.13 for ; Fri, 14 Jan 2011 00:44:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=gYzY8mXXj82N0PY4kL7t8Q2hznzPUP4QHDtbX7TDSr8=; b=H79dgshlHgQu3sNzpXp6y60gjM7Eyq2r0jcRazJGCRNETovx5FyuDXWXNptmqs4FiL z5qJj9PE/VEAGAKjVou5WTJ0yTHBPS8W/ScYuj/XdS2gGuuiPLk30dmzC8ZVEiROBFak okgw59VIO0tRvmCZXAzUmZmguDFhzzfIAn+O8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=LdjTle+XcH7k5DhcjPuZ+esHoaYaU9TnK09s/BQ78Z6X7c7ErkjVjuerRRBKnUO+JT 2Bl/PC/YMN4WAJZ0TVGdSJueBINnbnUL9XaGebXRQqZr7iwM99I9wEhlAl/c60XEHMgu 5fdWKZjcF+L15seNRvhssxbwK3sWEKZku454o= Received: by 10.213.28.69 with SMTP id l5mr567951ebc.13.1294994657651; Fri, 14 Jan 2011 00:44:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.22.79 with HTTP; Fri, 14 Jan 2011 00:43:57 -0800 (PST) In-Reply-To: References: <4D2F606D.6090407@gmail.com> <20110113203821.GA3646@libertas.local.camdensoftware.com> From: n j Date: Fri, 14 Jan 2011 09:43:57 +0100 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 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: Fri, 14 Jan 2011 08:44:19 -0000 >>> 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. How about looking at /proc or /mnt? On a couple of my boxes that I checked, those files came up being the oldest and probably match the installation date. -- Nino