From owner-freebsd-questions@FreeBSD.ORG Mon Mar 7 15:12:05 2005 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 32A7D16A4CE for ; Mon, 7 Mar 2005 15:12:05 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id C166543D54 for ; Mon, 7 Mar 2005 15:12:04 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id j27FC2k10489; Mon, 7 Mar 2005 10:12:02 -0500 (EST) From: Jerry McAllister Message-Id: <200503071512.j27FC2k10489@clunix.cl.msu.edu> To: khbizniz@yahoo.com (Katsuki Hirata) Date: Mon, 7 Mar 2005 10:12:02 -0500 (EST) In-Reply-To: <20050307082028.58895.qmail@web53504.mail.yahoo.com> from "Katsuki Hirata" at Mar 07, 2005 12:20:28 AM 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: Just installed 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: Mon, 07 Mar 2005 15:12:05 -0000 > > Hi, I just installed FreeBSD and I have no clue how to > run it. I'm sure it's installed right. When I boot, > and after loginging with both root and/or another > username, I don't know what to do from there on. How > do I get gnome or KDE on? Is it supposed to be a > graphical thing like Windows or Redhat linux? what's > the command to load the operating system Hi, I rambled on about X and looking at the handbook, etc in another response, but missed the how to load the OS part. You don't. When you have booted the machine, the OS is loaded and running. When you log in you get a shell which sets on top of the OS. You might then start up an X window manager such as Afterstep or KDE which is kind of a shell that manages X for you and then you can open up windows such as xterms which start new shells for you and you work in the shells. ////jerry