ping/echo still on after edit inetd.conf
I have commented the echo lines in my inetd.conf file in /etc/ on my Debian Stable webserver and still am able to ping it...
Code:
#echo stream tcp nowait root internal #echo dgram udp wait root internal
What am I missing here?