You are working for an XYZ company and have to set up a new Linux machine. You are
configuring some services.
You perform the following steps:
1. Edit /etc/xinetd.d/telnet and find the line disable = yes and replace it with disable = no.
2. Issue the chkconfig krb5-telnet off command.
3. Restart the xinetd service. service xinetd reload
You reboot the system to the full multiuser mode with networking to test the configuration. What is
the effect of this configuration on the machine?
A.
The telnet service would be available only inrunlevel 5.
B.
The telnet service would not be available in anyrunlevel.
C.
The telnet service would be available in allrunlevels where the xinetd service is available.
D.
The telnet service would be available only through Kerberos 5 authentication in allrunlevels.
E.
The telnet service would be available in allrunlevels even if the xinetd service is not available.