From owner-freebsd-questions@FreeBSD.ORG Fri Jun 8 03:52:31 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACC7A106564A for ; Fri, 8 Jun 2012 03:52:31 +0000 (UTC) (envelope-from carlj@peak.org) Received: from redcondor2.peak.org (redcondor2.peak.org [69.59.192.56]) by mx1.freebsd.org (Postfix) with ESMTP id 7C9548FC0A for ; Fri, 8 Jun 2012 03:52:31 +0000 (UTC) Received: from zmail-mta02.peak.org ([207.55.16.112]) by redcondor2.peak.org ({6c724cae-de34-4c5f-b615-3072b86419fa}) via TCP (outbound) with ESMTP id 20120608034901569 for ; Fri, 08 Jun 2012 03:49:01 +0000 X-RC-FROM: X-RC-RCPT: Received: from birch.localnet (unknown [207.55.106.132]) by zmail-mta02.peak.org (Postfix) with ESMTPSA id 4ED3E708D37 for ; Thu, 7 Jun 2012 20:49:01 -0700 (PDT) Received: from oak.localnet (oak.localnet [192.168.193.34]) by birch.localnet (Postfix) with ESMTP id D8E0C55E22 for ; Thu, 7 Jun 2012 20:48:59 -0700 (PDT) Received: from oak.localnet (localhost.localnet [127.0.0.1]) by oak.localnet (Postfix) with ESMTP id A489DC759 for ; Thu, 7 Jun 2012 20:48:59 -0700 (PDT) Received: (from carlj@localhost) by oak.localnet (8.14.4/8.14.4/Submit) id q583mxET051208; Thu, 7 Jun 2012 20:48:59 -0700 (PDT) (envelope-from carlj@peak.org) X-Authentication-Warning: oak.localnet: carlj set sender to carlj@peak.org using -f From: Carl Johnson To: freebsd-questions@freebsd.org References: <4FD1360D.1060208@a1poweruser.com> Mail-Followup-To: freebsd-questions@freebsd.org Date: Thu, 07 Jun 2012 20:48:59 -0700 In-Reply-To: <4FD1360D.1060208@a1poweruser.com> (fbsd8@a1poweruser.com's message of "Thu, 07 Jun 2012 19:15:25 -0400") Message-ID: <87haumxy38.fsf@oak.localnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: find date of last boot 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, 08 Jun 2012 03:52:31 -0000 Fbsd8 writes: > dmesg command does not show date of last boot. > > Are there some other commands to find date of last boot? In addition to the other responses: sysctl kern.boottime -- Carl Johnson carlj@peak.org