On Sun, 20 Jan 2008, Jonathan Horne wrote:
how can i check to see the processes that have been started by inetd? i mean other than reading the inetd.conf file... but something like top or something that shows me the processes that are actually running?
Kind of depends on what you're looking for, but ps ax, or enable inetd logging, or maybe sockstat. If you're new to FreeBSD, remember that inetd isn't enabled by default, and a lot of the daemons it's used to start on other systems can be run on their own.
-Warren Block * Rapid City, South Dakota USA _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
