inetd.conf 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. #
  2. # /etc/inetd.conf - Internet super-server configuration.
  3. #
  4. # This one is a minimal configuration for the services that we provide.
  5. #
  6. # For a complete overview and configuration of inetd(8), type:
  7. # info inetutils 'inetd invocation'
  8. #
  9. #echo stream tcp nowait root internal
  10. #echo dgram udp wait root internal
  11. #discard stream tcp nowait root internal
  12. #discard dgram udp wait root internal
  13. #daytime stream tcp nowait root internal
  14. #daytime dgram udp wait root internal
  15. #chargen stream tcp nowait root internal
  16. #chargen dgram udp wait root internal
  17. #time stream tcp nowait root internal
  18. #time dgram udp wait root internal
  19. # Remote execution daemon
  20. #exec stream tcp nowait root /usr/sbin/tcpd /usr/libexec/rexecd -l
  21. # File transfer protocol daemon
  22. #ftp stream tcp nowait root /usr/sbin/tcpd /usr/libexec/ftpd -l -a
  23. # DARPA telnet protocol server
  24. #telnet stream tcp nowait root /usr/sbin/tcpd /usr/libexec/telnetd --no-hostinfo
  25. # Tftp service is provided primarily for booting. Most sites
  26. # run this only on machines acting as "boot servers." Do not uncomment
  27. # this unless you *need* it.
  28. #tftp dgram udp wait root /usr/sbin/tcpd /usr/libexec/tftpd -l