blob: 2d5f982f67eec28119ea449759ec047c8ef44e50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<sect2>
<title>Contents</title>
<para>
The Netkit-base package contains the inetd and ping programs.
</para>
</sect2>
<sect2>
<title>Description</title>
<sect3>
<title>inetd</title>
<para>
inetd is the mother of all daemons. It listens for connections, and transfers
the call to the appropriate daemon.
</para>
</sect3>
<sect3>
<title>ping</title>
<para>
ping sends ICMP ECHO_REQUEST packets to a host and determines its response time.
</para>
</sect3>
</sect2>
|