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 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,


How can u doing testing in Unix environment ?

2 Answers   TCS,


what is difference between milestone and run-levels in Solaris ?

0 Answers  


in unix how to change old name to new name

5 Answers  


How to remove weird filenames?

1 Answers  






How many VI editor modes do you know?

8 Answers   Infosys,


What is the difference between windows environment and Unix environment ?

8 Answers   Oracle,


What are permissions in UNIX?

5 Answers   BMC, University,


What are the mount and unmount system calls?

1 Answers   HCL,


What is the main advantage of creating links to a file instead of copies of the file?

5 Answers   Cisco, ING,


How to set Windows as Default OS when Dual Booting Ubuntu?

1 Answers  


why unix command can be divided into internal and external command

1 Answers   IBM,


Categories