From owner-freebsd-questions Tue Aug 20 5: 4:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6742437B400 for ; Tue, 20 Aug 2002 05:04:53 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2C8543E65 for ; Tue, 20 Aug 2002 05:04:51 -0700 (PDT) (envelope-from fbsd-q@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.5/8.12.5) with ESMTP id g7KC5XIK075347; Tue, 20 Aug 2002 14:05:33 +0200 (CEST) (envelope-from stable@ei.bzerk.org) Received: (from stable@localhost) by ei.bzerk.org (8.12.5/8.12.5/Submit) id g7KC5Wag075346; Tue, 20 Aug 2002 14:05:32 +0200 (CEST) Date: Tue, 20 Aug 2002 14:05:32 +0200 From: Ruben de Groot To: bill Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help a poor refuge from SCO UNIX (SysV) Message-ID: <20020820120532.GA75209@ei.bzerk.org> References: <3D61EF7C.27429.9BC4F7B@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D61EF7C.27429.9BC4F7B@localhost> User-Agent: Mutt/1.4i 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 Hi bill, On Tue, Aug 20, 2002 at 07:27:56AM -0400, bill typed: > I think it would be easier to learn freeBSD from scratch rather than fall into all > the holes where the same command does slightly different things on SCO > and freeBSD. Help ! > > 1) I want to see all processes to be able to grep the pid of the one I want. ps > -a doesn't show process detached from ttys apparently. ps -ef doesn't do it > either. what is the correct arg for ps ? I think you're looking for ps aux. Check the manpage. There's an enormous amount of information in the manpages for every command. > > 2) how do I ask the system to start ftpd upon startup. I read /etc/rc and > rc.conf and didn't see a place. (I love rc.conf - it, like most of the files are > beautifully commented as are the man pages) . > or, perhaps, to start it on demand, what is the ineted file ? In sco it is > inittab, but freeBSD apparently uses something else. ftpd gets loaded from inetd. Uncomment the correct line in /etc/inetd.conf and restart inetd. > > in a related question, does freeBSD use TCP_WRAPPERS or something > else. Yes, inetd has tcp-wrapper functionality compiled in. Look at /etc/hosts.allow and read the comments. > > 3) is there a link to a tutorial or listing of differences between SysV and > freeBSD ? Probably, I recommend google. > > more questions to follow. Thanks for the help on these. > > -bill- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message