INETD(8) - System Manager’s Manual # INETD(8) - System Manager’s Manual
NAME # inetd, inetd.conf - internet super-server
SYNOPSIS # inetd [-d] [-RÂ rate] [configuration_file]
DESCRIPTION # inetd should be run at boot time by /etc/rc (see rc(8)). It then listens for connections on certain internet sockets. When a connection is found on one of its sockets, it decides what service the socket corresponds to, and invokes a program to service the request.
...
NTALKD(8) - System Manager’s Manual # NTALKD(8) - System Manager’s Manual
NAME # ntalkd - remote user communication server
SYNOPSIS # ntalkd
DESCRIPTION # ntalkd is the server that notifies a user that someone else wants to initiate a conversation. It acts as a repository of invitations, responding to requests by clients wishing to rendezvous to hold a conversation. In normal operation, a client, the caller, initiates a rendezvous by sending a CTL_MSG to the server of type LOOK_UP (see <protocols/talkd.
...
TALK(1) - General Commands Manual # TALK(1) - General Commands Manual
NAME # talk - talk to another user
SYNOPSIS # talk [-Hs] person [ttyname]
DESCRIPTION # talk is a visual communication program which copies lines from your terminal to that of another user.
The command arguments are as follows:
-H
Don’t escape characters with the high bit set. This may be useful for certain character sets, but could cause erratic behaviour on some terminals.
...