From owner-freebsd-newbies@FreeBSD.ORG Mon Feb 2 10:44:11 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 B777316A4CE for ; Mon, 2 Feb 2004 10:44:11 -0800 (PST) Received: from pursued-with.net (adsl-66-125-9-242.dsl.sndg02.pacbell.net [66.125.9.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C7D643D5C for ; Mon, 2 Feb 2004 10:43:52 -0800 (PST) (envelope-from Kevin_Stevens@pursued-with.net) Received: from babelfish.pursued-with.net (babelfish.pursued-with.net [192.168.168.42]) by pursued-with.net (Postfix) with ESMTP id 37D3F9E793; Mon, 2 Feb 2004 10:43:57 -0800 (PST) Date: Mon, 2 Feb 2004 10:43:57 -0800 (PST) From: Kevin Stevens To: Mark Gladman In-Reply-To: <200402030201.34371.mark@fantoma.net> Message-ID: References: <200402030201.34371.mark@fantoma.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-newbies@freebsd.org Subject: Re: FreeBSD and Solaris.. the differences? X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kevin_Stevens@pursued-with.net List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2004 18:44:11 -0000 On Tue, 3 Feb 2004, Mark Gladman wrote: > I've got to start doing some Solaris stuff as a part of my classwork in > a few weeks time, and was wondering if anyone knew of any good web-pages > which show the differences (user-side) between Solaris and FreeBSD? > > Cheers! > Mark http://www.sunhelp.org Not specific to your request, but a good general resource. Off the top of my head: -A lot of software goes in /opt by default. -Similar tool to sysctl is ndd. -Various compilation issues due to the fact that Sun doesn't use gcc by default, and doesn't COME with their own compiler (commercial offering). -Lot of NIS stuff still lurking. -System startup is controlled by script execution, in my IMHO where key system variables are stored and documentation of user script additions is somewhat confusing. -In general, Solaris is set up by default with the assumption that the box is a participant in an enterprise Sun environment. This affects the services that run by default, etc. It makes it initially confusing, as it is not clear what does what and what the dependencies are. -Patch system for maintenance. KeS