> ls -al | grep inetd > > take note othe number, such as: > > 697 ?? Is 0:00.01 /usr/sbin/inetd -wW -C 60 > > Then > > kill -HUP 697
humm I doubt the "ls -al" will show any inetd process :) A faster way would be "killall -HUP inetd" but that is true if an only if inetd has been previsouly running (which may not be the case as Ratheesh mentionned he just enabled it in /etc/rc.conf Olivier _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
