From owner-freebsd-newbies@FreeBSD.ORG Fri Feb 27 13:10:39 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E66CB16A4CE for ; Fri, 27 Feb 2004 13:10:39 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE3D243D2F for ; Fri, 27 Feb 2004 13:10:38 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Fri, 27 Feb 2004 15:10:55 -0600 Message-ID: <403FB24B.40505@daleco.biz> Date: Fri, 27 Feb 2004 15:10:35 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephen Liu References: <403F7478.90201@icare.com.hk> In-Reply-To: <403F7478.90201@icare.com.hk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 27 Feb 2004 21:10:55.0953 (UTC) FILETIME=[3094C410:01C3FD76] cc: freebsd-newbies@freebsd.org Subject: Re: Kernel version X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 21:10:40 -0000 Stephen Liu wrote: > Hi folks > > What command is applied to find kernel version? > > # uname -a > indicating release version and GENERIC i386 only > > TIA > > B.R. > Stephen Liu You're getting warmer with these responses. FreeBSD is a complete OS; not just a kernel. This great OS is unlike Linux in that respect. Linux is a kernel plus a userland from RedHat, Debian, Suse, Gentoo, etc., etc. FreeBSD is a kernel and userland *together*, all in one Project. Therefore, you have a "system version," not just a kernel version. You build a "world" (complete OS userland), then build a kernel (according to a] your own configuration file, or b] GENERIC). So, the RELEASE version (or OS version, doesn't have to be a RELEASE) plus the kernel config name IS the "kernel version" if you want to Linux-ize the terminology. Usually, we don't :-) So after all, uname -a gets you what you're really asking for. Kevin Kinsey DaleCo, S.P.