What does init do? What does inetd do?



What does init do? What does inetd do? ..

Answer / kesava reddy

inetd is the server process for the Internet standard ser-
vices. It usually starts up at system boot time.

inetd listens for service requests on the TCP or UDP ports
associated with each of the services listed in the
confi-
guration file. When a request arrives, inetd
executes the
server program associated with the service.

A service can be configured to have "wait" wait-
status, in
which case, inetd waits for the server process
to exit
before starting a second server process. RPC
services can
also be started by inetd.

inetd provides a number of simple Internet services
inter-
nally. These include echo, discard, chargen
(character gen-
erator), daytime (human-readable time), and time
(machine-
readable time, in the form of the number of seconds
since
midnight, January 1, 1900).

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Unix AllOther Interview Questions

The very first process created by the kernal that runs till the kernal process is haltes is

6 Answers   IBM,


How do I log into a remote Unix machine(as a root/normal user)?Please specify with command user and argument.

3 Answers  


How do you list the files in an UNIX directory while also showing hidden files?

4 Answers  


How do you create special files like named pipes and device files?

1 Answers   Wipro,


What is egrep?

2 Answers  






What is the difference between internal and external commands?

13 Answers   BPL, DOEACC, Engro, Kuvempu University, NIIT, TCS,


The UNIX shell is.... a).does not come with the rest of the system b).forms the interface between the user and the kernal c) does not give any scope for programming d) deos not allow calling one program from with in another e) all of the above

2 Answers   IBM,


What is a Region?

1 Answers  


What are the files in /etc directory?

6 Answers   TCS, Wipro,


how to set request time out value for name resolution on clients (hp-ux) ?

1 Answers   Amdocs,


What is virtual memory?

2 Answers   BMC,


does the stat() function call use the inode of the file to generate the information about a file? what is inode mostly used for?

1 Answers   HP,


Categories