From owner-freebsd-questions Fri Feb 22 16:47:57 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mired.org (dsl-64-192-6-133.telocity.com [64.192.6.133]) by hub.freebsd.org (Postfix) with SMTP id 8866F37B400 for ; Fri, 22 Feb 2002 16:47:53 -0800 (PST) Received: (qmail 30081 invoked by uid 100); 23 Feb 2002 00:47:52 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15478.59064.58879.336070@guru.mired.org> Date: Fri, 22 Feb 2002 18:47:52 -0600 To: Bsd Neophyte Cc: questions@freebsd.org Subject: Re: primary differences between BSD-based and System V rel 4 *nixes In-Reply-To: <20020223001042.60725.qmail@web20106.mail.yahoo.com> References: <15478.56566.343039.47710@guru.mired.org> <20020223001042.60725.qmail@web20106.mail.yahoo.com> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: "Mike Meyer" X-Delivery-Agent: TMDA/0.46 (Python 2.2; freebsd-4.5-STABLE-i386) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bsd Neophyte types: > (...snip...) > > Want to tell us what parts of the system > > are significant to you, and what kind of system you were on before? > Honestly, I'm pretty new to unix in any form. I'm asking this question > because I'm taking an intro to Solaris class (SA-118) but I really started > tinkering with FreeBSD before any involvement with Solaris. > > Since, I'm receiving formal training on Solaris, I wanted to know the > differences that I'd need to be aware of so that I could flag these > differences and not confuse the two OS'es later on. ps comes to mind as the big difference. On Solaries, the "e" flag shows you all processes on the system; on BSD that flag shows you the processes environments. If you've got one of the two in muscle memory, you'll type the other one at the wrong system on a regular basis. The real thing to get from that class - and the help you get on the FreeBSD lists - is where to go for information. I.e, you type the standard ps "show me everything" command and get something completely unexpected, you need to know to do "man ps" to figure out what you really asked it to do. I already mentioned inittab. If they cover admin issues, you'll go over that. It doesn't exist in FreeBSD. Linux distroes may or may not have it. NetBSD has moved to a system that combines the best features of the System V initialization stuff with as little of the bad stuff as possible, and that's being tested for FreeBSD. Aren't moving targets wonderful things? http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message