From owner-freebsd-questions@FreeBSD.ORG Thu Jun 7 23:38:53 2012 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 7876710656D0 for ; Thu, 7 Jun 2012 23:38:53 +0000 (UTC) (envelope-from fish.kungfu@yandex.com) Received: from forward10.mail.yandex.net (forward10.mail.yandex.net [IPv6:2a02:6b8:0:202::5]) by mx1.freebsd.org (Postfix) with ESMTP id DF74F8FC15 for ; Thu, 7 Jun 2012 23:38:52 +0000 (UTC) Received: from web5e.yandex.ru (web5e.yandex.ru [77.88.60.74]) by forward10.mail.yandex.net (Yandex) with ESMTP id 2F3731022108 for ; Fri, 8 Jun 2012 03:38:51 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1339112331; bh=E/vsbewsVfy9tOnfYwSMlIs0CUd63EKyuvjofFgvmoA=; h=From:To:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=jKpcNtorQBBfG8rAGYiBNPdeUwPC0YioaqiStka+lq4rO8S2KHnDbNuJMmUp7Ew/K naK9822tF95EELxJQKes5DHI4MHeKRRXiPaek3Tbl0+czQW99MVL8/upNXhneg7CNQ 3MtDIgGtUIxJNtSahOyzeS3+c6+lZf4yxJP4H2To= Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web5e.yandex.ru (Yandex) with ESMTP id 025BC127801D; Fri, 8 Jun 2012 03:38:50 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1339112331; bh=E/vsbewsVfy9tOnfYwSMlIs0CUd63EKyuvjofFgvmoA=; h=From:To:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=jKpcNtorQBBfG8rAGYiBNPdeUwPC0YioaqiStka+lq4rO8S2KHnDbNuJMmUp7Ew/K naK9822tF95EELxJQKes5DHI4MHeKRRXiPaek3Tbl0+czQW99MVL8/upNXhneg7CNQ 3MtDIgGtUIxJNtSahOyzeS3+c6+lZf4yxJP4H2To= Received: from adsl-068-159-116-104.sip.gsp.bellsouth.net (adsl-068-159-116-104.sip.gsp.bellsouth.net [68.159.116.104]) by web5e.yandex.ru with HTTP; Fri, 08 Jun 2012 03:38:50 +0400 From: Fish Kungfu To: FreeBSD Questions In-Reply-To: References: <4FD1360D.1060208@a1poweruser.com> MIME-Version: 1.0 Message-Id: <1253221339112330@web5e.yandex.ru> Date: Thu, 07 Jun 2012 18:38:50 -0500 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r 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: Thu, 07 Jun 2012 23:38:53 -0000 Try: who -b Cheers...Fish 07.06.2012, 18:31, "Bill Yuan" : > If you store the time in a file as log everytime when it boots up, > then that means you can have more then "now - šuptime" > > On Fri, Jun 8, 2012 at 7:20 AM, Chris Hill wrote: > >> šOn Thu, 7 Jun 2012, Fbsd8 wrote: >> >> šdmesg command does not show date of last boot. >>> šAre there some other commands to find date of last boot? >> šPerhaps somehow subtract `uptime` from today's date? >> >> š-- >> šChris Hill ššššššššššššššchris@monochrome.org >> š** šššššššššššššššššššš[ Busy Expunging ] >> >> š______________________________**_________________ >> šfreebsd-questions@freebsd.org mailing list >> šhttp://lists.freebsd.org/**mailman/listinfo/freebsd-**questions >> šTo unsubscribe, send any mail to "freebsd-questions-** >> šunsubscribe@freebsd.org " > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"