cant able to telnet the freebsd system

Olivier Nicole on at cs.ait.ac.th
Tue Dec 5 22:22:14 PST 2006


> 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


More information about the freebsd-questions mailing list