From owner-freebsd-questions@FreeBSD.ORG Thu Jan 13 20:29:01 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 7B79B1065679 for ; Thu, 13 Jan 2011 20:29:01 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE0C8FC13 for ; Thu, 13 Jan 2011 20:29:00 +0000 (UTC) Received: by wwf26 with SMTP id 26so2157212wwf.31 for ; Thu, 13 Jan 2011 12:28:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:content-type:content-transfer-encoding; bh=cdiITMVqzJW+ye8ey99B9mADLnvBm4ZrS65qE28iPB0=; b=omXfZTY29MR3DKeK3fmyH02v1OIdC7DEfG/qekx2XJIfgnpsqfagN+Aiqg3OXUEsBn TyizEZxC7c5FI95RRQJgR0NrJ8SVDrHsPv7JKBDFLJuE208kOIdV3guU3hn3Tm8MlXqd /1n9M08D/4z6dtzg6bBbBquxWDS4aa13nSCfU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=W9leU2tlwt7nvZUoLrMajTOA3lnMD+s/IVID7Yi8WME2+30Lyg/I5nWOkvIMPg58NM rOO274rM7cncN8D5P88Dgqyj9br+DzYcikc4SiL+PSgmsBV3Ynhh6HeLWXt+kkCNsN+6 a2lY3kRFIo27dYdcJKlANT16qT+P94IC1iJ+k= Received: by 10.227.145.139 with SMTP id d11mr2801148wbv.8.1294950536859; Thu, 13 Jan 2011 12:28:56 -0800 (PST) Received: from Melon.malikania.fr (65.21.102-84.rev.gaoland.net [84.102.21.65]) by mx.google.com with ESMTPS id m10sm341303wbc.16.2011.01.13.12.28.48 (version=SSLv3 cipher=RC4-MD5); Thu, 13 Jan 2011 12:28:50 -0800 (PST) Message-ID: <4D2F606D.6090407@gmail.com> Date: Thu, 13 Jan 2011 21:28:29 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110111 Thunderbird/3.1.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 20:29:01 -0000 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, -- David Demelier