nerdexam
CompTIA

LX0-104 · Question #480

Which file is responsible for configuring the inet daemon?

The correct answer is A. /etc/inetd.conf. The inetd daemon, often referred to as the "super-server," manages and launches network services on demand, and its behavior is controlled by a specific configuration file. This file lists the services inetd should manage and how to launch them.

Essential System Services

Question

Which file is responsible for configuring the inet daemon?

Options

  • A/etc/inetd.conf
  • B/etc/xinetd.conf
  • C/etc/tcpd.conf
  • D/etc/inet.conf

How the community answered

(33 responses)
  • A
    88% (29)
  • B
    3% (1)
  • C
    6% (2)
  • D
    3% (1)

Why each option

The inetd daemon, often referred to as the "super-server," manages and launches network services on demand, and its behavior is controlled by a specific configuration file. This file lists the services inetd should manage and how to launch them.

A/etc/inetd.confCorrect

The inetd daemon, an Internet super-server, is configured by the /etc/inetd.conf file. This file specifies which network services inetd should listen for and how to launch the corresponding server programs when a connection request arrives.

B/etc/xinetd.conf

/etc/xinetd.conf is the primary configuration file for xinetd, which is an extended and more secure replacement for inetd, but not inetd itself.

C/etc/tcpd.conf

/etc/tcpd.conf is not a standard configuration file for inetd. tcpd (TCP Wrappers) uses /etc/hosts.allow and /etc/hosts.deny for access control.

D/etc/inet.conf

/etc/inet.conf is not a standard configuration file for the inetd daemon; the correct file is specifically /etc/inetd.conf.

Concept tested: inetd daemon configuration file

Source: https://man7.org/linux/man-pages/man5/inetd.conf.5.html

Topics

#inetd#daemon configuration#/etc/inetd.conf#network services

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice