From owner-freebsd-questions@FreeBSD.ORG Fri Jan 12 19:19:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 01F4916A501 for ; Fri, 12 Jan 2007 19:19:03 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from mail-out3.apple.com (mail-out3.apple.com [17.254.13.22]) by mx1.freebsd.org (Postfix) with ESMTP id DE3F913C43E for ; Fri, 12 Jan 2007 19:19:02 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from relay8.apple.com (relay8.apple.com [17.128.113.38]) by mail-out3.apple.com (8.13.8/8.13.8) with ESMTP id l0CJJ2iH011851; Fri, 12 Jan 2007 11:19:02 -0800 (PST) Received: from relay8.apple.com (unknown [127.0.0.1]) by relay8.apple.com (Symantec Mail Security) with ESMTP id 6937F40090; Fri, 12 Jan 2007 11:19:02 -0800 (PST) X-AuditID: 11807126-a5e89bb000000245-ec-45a7df26a1ee Received: from [17.214.13.96] (unknown [17.214.13.96]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay8.apple.com (Apple SCV relay) with ESMTP id 4E1554008D; Fri, 12 Jan 2007 11:19:02 -0800 (PST) In-Reply-To: <2cd0a0da0701121110t18fcfc00oc75f8721c729b017@mail.gmail.com> References: <2cd0a0da0701121110t18fcfc00oc75f8721c729b017@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <51090C7A-5250-4BCE-8BEF-C7008CAC7D87@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 12 Jan 2007 11:17:31 -0800 To: VeeJay X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== Cc: FreeBSD-Questions Subject: Re: Are there any log files which shows who is logging to a FreeBSD box and when? 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, 12 Jan 2007 19:19:03 -0000 On Jan 12, 2007, at 11:10 AM, VeeJay wrote: > Can anyone tell? > > Are there any log files which shows who is logging to a FreeBSD box > and > when? If yes, where can one find them? Yes, see the "last" command or "man wtmp"... -- -Chuck