adspace


what is difference between inetd and xinetd

Answer Posted / susheel narayan singh

The difference between inetd and xinetd----

Inetd and xinetd both help to rstart and reload services but
to restrt service in inetd we use---
#service dhcpd start
but in xinetd we use----
#service xinetd start

NOte: in inetd we give name of that service it means if you
want to start dhcpd then you will have to give name serivce
dhcpd start
but in xinetd service we don't type that service telnet
start to start telnet we type service xinetd start.

Is This Answer Correct ?    20 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the gate of ftp server in redhat linux?

2001


What are the differences between FTP , NFS , SAMBA servers explain separately.

1338