inetd
Sign in to saveinetd (internet service daemon) is a super-server daemon on many Unix systems that provides Internet services. For each configured service, it listens for requests from connecting clients. Requests are served by spawning a process which runs the appropriate executable, but simple services such as echo are served by inetd itself. First appearing in 4.3BSD, it is generally located at /usr/sbin/inetd. inetd is based on the (service) activator pattern
Wikidata facts
- Instance of
- free software
Show 2 more facts
- publication date
- 1986-06-00
- inception
- 1980-00-00
Sources (1)
via Wikidata · CC0
Article · 日本語
inetd(アイネットディー)は、多くのUNIXシステムで採用されたインターネットサービスを管理するスーパーサーバ型デーモンである。InternetDaemonの略。4.3BSDで初めて採用され、通常/usr/sbin/inetd にある。後継のスーパーサーバ型デーモンとしては、xinetdがある。
Abstract from DBpedia / Wikipedia · CC BY-SA