<<
<< Basically that's it, I don't know about Windows but unixes use that file to answer getservbyname (3), getservbyport (3) and getservent (3) function calls, so if you change one your machine will think the default port for a service is different than what everyone else in the world thinks it is. >>
OIC. I suppose Windows has its own API to access those stuff like in UNIX . If I delete say the telnet entry, does that mean that I will not be able to telnet to other boxes since the OS cannot find the default port/protocol?
Mrburns2007: AFAIK, it's in most of the OSes listing down all/most of the services i.e.telnet, ftp, ssl, http and their properties. In UNIX, it's in /etc/services while in NT/Win2k it's in WINNT\system32\drivers\etc\services. >>
Try it and find out for sure, but you should be able to.