Oracle
1Z0-403 · Question #31
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…
The correct answer is C. The telnet service would be available in all runlevels where the xinetd service is available. See the full explanation below for the reasoning.
Question
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?
Options
- AThe telnet service would be available only in runlevel 5.
- BThe telnet service would not be available in any runlevel.
- CThe telnet service would be available in all runlevels where the xinetd service is available.
- DThe telnet service would be available only through Kerberos 5 authentication in all runlevels.
- EThe telnet service would be available in all runlevels even if the xinetd service is not available.
How the community answered
(37 responses)- A8% (3)
- C76% (28)
- D3% (1)
- E14% (5)
Community Discussion
No community discussion yet for this question.