On Thu, 19 Jul 2001 Darshan.wakchaure@lntinfotech.com wrote:
inetd folder as well as inetd.conf file is not there. I am using version 7.1
Redhat 7.1 uses xinetd - a version of inetd that gives you much more access control. Check /etc/xinetd.d/telnet
There will be a line that says disable = yes. Change that to no. Then do /etc/rc.d/initd/xinetd restart
You're through.
Read the man page on xinetd for more info.
Philip