What does the following snippet in the xinetd configuration file indicate?

What does the following snippet in the xinetd configuration file indicate?Category: Introduction to Linux IIWhat does the following snippet in the xinetd configuration file indicate?
Linux Questions Staff asked 1 year ago

What does the following snippet in the xinetd configuration file indicate?

​service telnet
{
disable = yes...
  • The telnet service will be enabled when xinetd starts
  • The telnet service is enabled
  • The telnet service is disabled and will be enabled when xinetd restarts
  • The telnet service is disabled

About the author