Hello,
One way of disabling telnet is through editing
the configuration file for telnet service
(/etc/xinetd.d/telnet and/or /etc/xinetd.d/krb5-telnet)
You can also do it the other way round!!
You can disable telnet on your server through :
# chkconfig krb5-telnet off
or
# chkconfig krb5-telnet off
No need to restart the xinetd service
thereafter.So just through chkconfig,you can disable
telnet service.You can disable all the xinetd based
services in similar fashion through chkconfig!
Please guide me if there is any other way of
doing it or correct me if I am wrong.