Date: Wed, 6 Dec 2006 13:22:13 +0700 (ICT) From: Olivier Nicole <on@cs.ait.ac.th> To: lane@joeandlane.com Cc: freebsd-questions@freebsd.org Subject: Re: cant able to telnet the freebsd system Message-ID: <200612060622.kB66MDHJ085678@banyan.cs.ait.ac.th> In-Reply-To: <200612052338.34366.lane@joeandlane.com> (message from Lane on Tue, 5 Dec 2006 23:38:34 -0600) References: <000301c718f3$91915990$5e0aa8c0@CHN.EGURKHA.COM> <200612052338.34366.lane@joeandlane.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612060622.kB66MDHJ085678>