Inetd
inetd, short for Internet daemon, is a super-server daemon used on many Unix-like systems to manage Internet services. It listens on multiple network ports and starts the appropriate service on demand when a connection arrives, allowing each service to run as a separate process only when needed. By centralizing port management, inetd reduces the number of idle daemons and simplifies configuration.
Operation and configuration: inetd reads entries from a configuration file (commonly /etc/inetd.conf). Each entry specifies the
Security and modules: inetd is commonly used with TCP wrappers via tcpd to provide access control; logs
History and status: Inetd originated in BSD Unix and became standard on many systems; various Linux distributions