From owner-freebsd-questions@FreeBSD.ORG Tue Oct 23 14:49:24 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0899D16A41A for ; Tue, 23 Oct 2007 14:49:24 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id D58C713C49D for ; Tue, 23 Oct 2007 14:49:23 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l9NEkdFn083535; Tue, 23 Oct 2007 10:46:39 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l9NEkdMf083534; Tue, 23 Oct 2007 10:46:39 -0400 (EDT) (envelope-from jerrymc) Date: Tue, 23 Oct 2007 10:46:39 -0400 From: Jerry McAllister To: "Donovan R. Palmer" Message-ID: <20071023144639.GB83415@gizmo.acns.msu.edu> References: <20071023004214.GA49936@demeter.hydra> <005401c8153a$780e7900$6543a8c0@DonovansLaptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <005401c8153a$780e7900$6543a8c0@DonovansLaptop> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Is it difficult to move from Linux? 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: Tue, 23 Oct 2007 14:49:24 -0000 On Tue, Oct 23, 2007 at 07:03:44AM +0100, Donovan R. Palmer wrote: > Friends... thank you for all of your responses. Last night I read a big > chunk of the handbook and read articles such as > http://www.over-yonder.net/~fullermd/rants/bsd4linux/bsd4linux1.php Very > helpful. I was impressed with the quality of the documentation and I like > the disciplined approach to FreeBSD. > > The more I read, the more I was convinced that FreeBSD was what I was > looking for and would satisfy some of my needs/disillusionment with Linux. > I look forward to putting it on a box and starting the learn the > differences. Many thanks again! I think you are right. A couple of thing I forgot to mention. First, the default shell in FreeBSD is tcsh. I like it for most things and find myself grinding my teeth at bash, but you can easily change the shell to suit you. If it is bash, then you need to install it from ports and enter it in /etc/shells and then change your /etc/passwd entry using vipw(8). The other one that can make things easier is that the directory and file layout is described in a man page. man hier will get it for you and can be very valuable in getting used to FreeBSD. Note that all the directories listed in hier from / down to /stand need to be in the root file system for things to work, especially at boot time and in single user mode. ////jerry > > ----- Original Message ----- > From: "Chad Perrin" > To: > Sent: Tuesday, October 23, 2007 1:42 AM > Subject: Re: Is it difficult to move from Linux? > > > >On Mon, Oct 22, 2007 at 07:33:57PM +0100, Donovan R. Palmer wrote: > >> > >>I have been using Linux for over 10 years, but have for a number of > >>reasons > >>become very interested in learning to use FreeBSD. Are there any ex or > >>current Linux users here and could you tell me how hard it is to make the > >>shift from Linux? Is there anything in particular which has been written > >>which would be useful to read? > > > >I found it dead easy -- much, much easier than making the switch from MS > >Windows to Linux was. > > > >The best source of information on FreeBSD for new FreeBSD users is, in my > >opinion, the FreeBSD handbook: > > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ > > > >Another excellent source of information is The Complete FreeBSD: > > > > http://www.lemis.com/grog/Documentation/CFBSD/ > > > >There are a couple other books out there that I've found to be quite > >excellent, as well. > > > >In general, I think you'll find much of the differences between most > >Linux distributions and FreeBSD quite minor, but a touch strange at > >first, and in the long run very positive. At least, that's my > >experience. > > > >-- > >CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] > >They always say that when life gives you lemons you should make lemonade. > >I always wonder -- isn't the lemonade going to suck if life doesn't give > >you any sugar? > >_______________________________________________ > >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" > > > > _______________________________________________ > 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"