From owner-freebsd-questions@FreeBSD.ORG Tue Oct 14 07:03:45 2003 Return-Path: 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 EBEFD16A4B3 for ; Tue, 14 Oct 2003 07:03:45 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id F28FB43F93 for ; Tue, 14 Oct 2003 07:03:44 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h9EE3hOg010428; Tue, 14 Oct 2003 10:03:43 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h9EE3gI2010427; Tue, 14 Oct 2003 10:03:42 -0400 (EDT) From: Jerry McAllister Message-Id: <200310141403.h9EE3gI2010427@clunix.cl.msu.edu> To: ral_sitaro@yahoo.com (ral sitaro) Date: Tue, 14 Oct 2003 10:03:40 -0400 (EDT) In-Reply-To: <20031014064534.45173.qmail@web41905.mail.yahoo.com> from "ral sitaro" at Oct 13, 2003 11:45:34 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: freeBsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 14:03:46 -0000 > > can you tell me what a FreeBsd is and what i can do whit it? > ral Looks like you have a lot of reading to do. Go to the FreeBSD web page and start reading. http://www.freebsd.org/ Click on the links and follow their trails for complete information. Start with the link "For Newbies" under Documentation, but don't stop there. In general, FreeBSD is an Operating System (OS) for computers. It is BSD because it has its roots in the _B_erkeley _S_oftware _D_istribution group at University Of California at Berkeley. It is Free because it is available to download, install, use, modify and redistribute freely merely by downloading the ISO-s from the FreeBSD site. You can also buy a CD set from a couple of companies who package the system and ports and burn them on CDs for you for a nominal cost. The rest is up to you to learn by studying and trying it out. Have fun, ////jerry