From owner-freebsd-questions@FreeBSD.ORG Sat Aug 10 10:38:32 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 738B0D60 for ; Sat, 10 Aug 2013 10:38:32 +0000 (UTC) (envelope-from frank2@fjl.co.uk) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC822247F for ; Sat, 10 Aug 2013 10:38:31 +0000 (UTC) Received: from [192.168.1.35] (mux.fjl.org.uk [62.3.120.246]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id r7AAcMdD048288 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Sat, 10 Aug 2013 11:38:22 +0100 (BST) (envelope-from frank2@fjl.co.uk) Message-ID: <52061820.6030809@fjl.co.uk> Date: Sat, 10 Aug 2013 11:38:24 +0100 From: Frank Leonhardt User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: New to Free-BSD with questions. References: <20130810.025807.24553.0@webmail10.vgs.untd.com> In-Reply-To: <20130810.025807.24553.0@webmail10.vgs.untd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "r_olivarez@juno.com" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Aug 2013 10:38:32 -0000 On 10/08/2013 10:58, r_olivarez@juno.com wrote: > New to Free-BSD. Downloaded a current ISO image and burned it to a DVD. System boots from DVD to command line mode. > Questions are: > A.) Is Xwindows, (X11) included on the DVD copy? That's X, X11, Xorg or the X-Window System. Yeah, kind-of but you've probably downloaded the base version that expects you to be using it from the command line unless you compile or add X later. > B.) If included, what command is used to start it? startx > C.) What shell is installed as the standard shell in command line mode? tcsh - basically the standard Bourne shell unless you specified a different one when you created the user. You can switch to csh easily enough (type csh) or you can can add any other shell you like from the ports collection. > D.) Is there a site that I can download a complete copy of the documentation for Free-BSD, as one file and not a series/set of separate files? You probably want to read this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ Or if you want the whole thing at once try this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/book.html However, you'll get a lot of specific information for the man pages that come with it. There's an install option (new at 9.0?) to include documentation but I've never made use of it myself. However, if you're wanting a quick-start version of a FreeBSD with a graphical shell and looking more like a Windoze desktop try this one: http://www.pcbsd.org/ Regards, Frank.