# cat /etc/inetd.conf | |
echo stream tcp nowait root internal | |
echo dgram udp wait root internal | |
discard stream tcp nowait root internal | |
discard dgram udp wait root internal | |
daytime stream tcp nowait root internal | |
daytime dgram udp wait root internal | |
chargen stream tcp nowait root internal | |
chargen dgram udp wait root internal | |
time stream tcp nowait root internal | |
time dgram udp wait root internal | |
ftp stream tcp nowait root /bin/ftpd ftpd | |
telnet stream tcp nowait root /bin/telnetd telnetd -L /bin/login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment