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

What is a filesystem?

3 Answers  


why unix commands simpler rather than complex task

0 Answers   CGI,


What are the files in /etc directory?

6 Answers   TCS, Wipro,


how to create a file system quota in HP-UX?

1 Answers   HCL,


How do you execute a UNIX command in the background?

2 Answers  






Name key files or directories on a Windows system that should always be backed up?

2 Answers  


What is the difference between a soft link and a hard link?

1 Answers  


What steps are required to perform a bare-metal recovery?

1 Answers  


. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group

0 Answers  


process id for kernell process?

4 Answers   TCS,


In this command sqlplus -s username/password what is -S and what's the use..???

1 Answers   IIIP, TCS,


differentiate between named & unnamed pipe.

11 Answers   Cisco, IIT, ISEC,


Categories