LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   VectorLinux (https://www.linuxquestions.org/questions/vectorlinux-36/)
-   -   Enabling Telnet on VL4 (https://www.linuxquestions.org/questions/vectorlinux-36/enabling-telnet-on-vl4-130427/)

CatSC 12-31-2003 04:14 PM

Enabling Telnet on VL4
 
Hello everyone!
I want to anable telnet on my VL4 computer, but I can't figure out how...
Can you plz help me out?

MartinN 01-08-2004 03:20 PM

Hi!

Edit the file /etc/inetd.conf
There is a line:
#telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd

Remove the comment from that line and save.

Then send a HUP to inetd to make it re-read the config file.
~> ps -aux | grep inetd
~> kill -HUP <whatever PID it has>

Enjoy. :)

Regards
Martin

CatSC 01-08-2004 08:22 PM

K, it's working now.
Thanks a lot!


All times are GMT -5. The time now is 07:30 PM.