Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
telnet service
Name: ben Date: October 22, 2001 at 13:37:11 Pacific
Comment:
Hi guys I'm running mandrake 8.0 and I cant turn on the telnet service in linuxconf is there any other way to turn it on Thanks
Name: Mik Date: October 23, 2001 at 00:42:51 Pacific
Reply:
It might not have been installed yet. Try checking if the telnetd RPM's have been installed by using the rpm command. If it is installed you can either enable it by editing inetd.conf or if your using the xinetd then you'll have to edit the xinetd.conf file or add a file in the xinetd.d directory for the telnet service.
Summary: I'm a Linux Newbie. I just installed the latest Telnet package from Red Hat on my Red Hat 7.1 server. What is the name of the Telnet service? I know the Samba service is SMB, Apache service is HTTPD b...
Summary: type rpm –qa | grep telnet* to check if telnet service was installed. if it is not installed, then look for the package on the red hat cd or goto the redhat website to download the package. Documentat...
Summary: try log as root ps aux | grep telnet if it is running you could log on to localhost. if it is not running cd /etc/xinet.d edit telnet service telnet { disable = no flags = REUS...