Linux

 

 

 

 

telnetd

 

 

Installation

 

Installation method would vary depending on what kind of Linux you are using. In some case, it might have been installed by default. I use Ubuntu and I used the following command. (If you are using different variations of Linux, google on how to install the program)

 

# sudo apt-get install telnetd

 

 

Start

You can start the telnetd in one of the following ways.

 

# sudo /etc/init.d/openbsd-inetd start

 

 

Stop

 

You can stop the telnetd in one of the following ways.

 

# sudo /etc/init.d/openbsd-inetd stop

 

 

Restart

 

You can restart the telnetd in one of the following ways.

 

# sudo /etc/init.d/openbsd-inetd restart