Archive for August, 2009

Restart inetd on debian

Sunday, August 16th, 2009

Stop Service:

/etc/init.d/openbsd-inetd stop

Start Service:

/etc/init.d/openbsd-inetd stop

Re-Start Service:

/etc/init.d/openbsd-inetd restart

IF: File does not exist…

apt-get install telnetd

Then Re-start the service.