inetd
Also found in: Dictionary, Thesaurus, Acronyms, Wikipedia.
inetd
(networking, tool)Berkeley daemon program that listens for
connection requests or messages for certain ports and starts
server programs to perform the services associated with those
ports. Sometimes known as netd.
Unix manual page: inetd(8).
Unix manual page: inetd(8).
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
inetd
(INternET Daemon) A Unix function that manages many common TCP/IP services. It is activated at startup and waits for various connection requests (FTP, Telnet, etc.) and launches the appropriate server components. See daemon.Copyright © 1981-2019 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.