From owner-freebsd-newbies@FreeBSD.ORG Fri Feb 25 06:36:15 2005 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 7A61916A4CE for ; Fri, 25 Feb 2005 06:36:15 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FE043D48 for ; Fri, 25 Feb 2005 06:36:15 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 25 Feb 2005 00:32:39 -0600 Message-ID: <421EC75D.7060305@daleco.biz> Date: Fri, 25 Feb 2005 00:36:13 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Reno Romanin References: <20050225050204.SEGE355.fe6@reno> In-Reply-To: <20050225050204.SEGE355.fe6@reno> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Feb 2005 06:32:39.0673 (UTC) FILETIME=[CD838E90:01C51B03] cc: freebsd-newbies@freebsd.org Subject: Re: Working my way into the wonderful world of BSD X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 06:36:15 -0000 Reno Romanin wrote: >Hello list... > >I'm _very_ new to FreeBSD, and I have a couple of questions about the lack >of init scripts... > >1) is there any equivalent to init scripts in freebsd? > > > I think you're talking about rc(8). I think Slackware uses a similar setup.... # man 8 rc RC(8) FreeBSD System Manager's Manual RC(8) NAME rc -- command scripts for auto-reboot and daemon startup SYNOPSIS rc rc.conf rc.conf.local rc.d/ rc.firewall rc.local rc.shutdown rc.subr DESCRIPTION The rc utility is the command script which controls the automatic boot process after being called by init(8). >2) If not, can someone point me in the direction of a newbs guide to >FreeBSD? > > > http://www.freebsd.org/handbook ;-) >3) How complete is the linux binary support, and where can I find a list of >the lib versions that are install for it? > >TIA > >--reno > > Hmm, `man 4 linux` ?? I'm not too up on Linux, myself. Maybe also take a tour through: /usr/compat/linux /sys/compat/linux /sys/compat/linprocfs Maybe what's in /usr/compat/linux/lib? HTH, && welcome to FBSD! Kevin Kinsey