Multiple choice technology operating systems

Which daemon controls the network service -> POP3 mail service?

  1. inetd

  2. pop3d

  3. maild

  4. nntd

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The inetd (internet super-server) daemon controls network services including POP3 mail service. inetd listens on multiple ports and spawns the appropriate service daemon (like pop3d) when a connection is requested, making it the controlling daemon.