what is difference between inetd and xinetd
Answers were Sorted based on User's Feedback
Answer / tumon
The major difference between inetd and the newer xinetd is
that inetd uses a single configuration file, with one line
per service, while xinetd uses a configuration directory,
with one file per service
| Is This Answer Correct ? | 28 Yes | 5 No |
Answer / 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 |
i want some basic level enterview questions can any one can help me in this
I have accidently deleted my fstab... how do i recover/ regenerate the file?????? in rescue mode i cannot create a new file since the filesystem is readonly and could not mount in readwrite mode ?????????
What are RPM?s, what do they offer?
1.how to know cpu information on linux system? 2.how to hardware information on linux system? 3.if we add the new user what are the files will be changed? 4.how to remove the cache in squid server ? 5.how to know ur useing 32bit r 64 bit os ? 6.at booting process at init level which file it is reads? 7.if ur system performance is show what can u do ? 8.if ur file system corrupted what can u do ? fsck also not working? 9.how did u do health check in linux? 10.how did u check system performance in linux? 11.how did u create NIS server? give me the steps ? 12.how did u add a packages in linux ? 13.how did u know depended packages for any package useing rpm how u know? 14.how did you monitor cronjobs in linux ? 15.what is the use of logroted? and how did u do ? 16.port no is already in use so what canu do for that in http? 17.how to samba configurated are not ? there are any command for that ? 18.how to create a NTP Client using commands ? not as graphical... 19.how to know how many members are using any service? like ftp are any other services? 20.what is the differences between cmp,diff,comm commands?
what is difference between inetd and xinetd
How to sort a file of size 2N bytes, if I have N bytes of memory?
How to Trouble shoot performance issue in RHEL administration ? please give to one example
What are main anti-spam features available in sendmail?
Tell me the 5 differences between Linux and Unix?
what are acl permissions..? what is automation of jobs..?
what are the steps for Password-less ssh
How does the boot process[init levels] work on Linux? How is it different from Solaris?