1in.talkd(1M) System Administration Commands in.talkd(1M)
2
3
4
6 in.talkd, talkd - server for talk program
7
9 in.talkd
10
11
13 talkd is a server used by the talk(1) program. It listens at the UDP
14 port indicated in the ``talk'' service description; see services(4).
15 The actual conversation takes place on a TCP connection that is estab‐
16 lished by negotiation between the two machines involved.
17
19 See attributes(5) for descriptions of the following attributes:
20
21
22
23
24 ┌─────────────────────────────┬─────────────────────────────┐
25 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
26 ├─────────────────────────────┼─────────────────────────────┤
27 │Availability │SUNWrcmds │
28 └─────────────────────────────┴─────────────────────────────┘
29
31 svcs(1), talk(1), inetadm(1M), inetd(1M), svcadm(1M), services(4),
32 attributes(5), smf(5)
33
35 The protocol is architecture dependent.
36
37
38 The in.talkd service is managed by the service management facility,
39 smf(5), under the service identifier:
40
41 svc:/network/talk
42
43
44
45
46 Administrative actions on this service, such as enabling, disabling, or
47 requesting restart, can be performed using svcadm(1M). Responsibility
48 for initiating and restarting this service is delegated to inetd(1M).
49 Use inetadm(1M) to make configuration changes and to view configuration
50 information for this service. The service's status can be queried using
51 the svcs(1) command.
52
53
54
55SunOS 5.11 31 Jul 2004 in.talkd(1M)