From owner-freebsd-questions@FreeBSD.ORG Sun Feb 26 21:41:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44BD816A420 for ; Sun, 26 Feb 2006 21:41:24 +0000 (GMT) (envelope-from fairwinds@eastlink.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEE7E43D45 for ; Sun, 26 Feb 2006 21:41:23 +0000 (GMT) (envelope-from fairwinds@eastlink.ca) Received: from ip01.eastlink.ca ([24.222.10.5]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IVB002EHDJAP851@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Sun, 26 Feb 2006 17:40:22 -0400 (AST) Received: from blk-224-224-216.eastlink.ca (HELO [192.168.1.200]) ([24.224.224.216]) by ip01.eastlink.ca with ESMTP; Sun, 26 Feb 2006 17:41:23 -0400 Date: Sun, 26 Feb 2006 17:41:21 -0400 From: David Pratt In-reply-to: <200602261340.15945.vayu@sklinks.com> To: Joseph Vella Message-id: <44022081.1000208@eastlink.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <44021E80.1040008@eastlink.ca> <200602261340.15945.vayu@sklinks.com> User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923) Cc: freebsd-questions@freebsd.org Subject: Re: Getting current BSD version information 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: Sun, 26 Feb 2006 21:41:24 -0000 Joseph Vella wrote: > On Sunday 26 February 2006 1:32 pm, David Pratt wrote: > >>Is there a command to obtain ther current version of FreeBSD in use. I >>have a virtual server that the host upgrades from time to time so this >>information would be helpful. >>_______________________________________________ >>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" >> > > > uname -r > Thanks Joseph. Exactly what I was looking for. Regards, David