Date: Tue, 20 Aug 2002 14:05:32 +0200 From: Ruben de Groot <fbsd-q@bzerk.org> To: bill <bill@TechServSys.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: help a poor refuge from SCO UNIX (SysV) Message-ID: <20020820120532.GA75209@ei.bzerk.org> In-Reply-To: <3D61EF7C.27429.9BC4F7B@localhost> References: <3D61EF7C.27429.9BC4F7B@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020820120532.GA75209>