Information
This entry starts the talkd daemon when required. This service establishes a two-way communication link between two users, either locally or remotely.
Rationale:
This talk service is used to establish an interactive two-way communication link between two UNIX users. It is unlikely that there would be a requirement to run this type of service on a UNIX system. Unless required the talk service will be disabled
Solution
Use chsubserver to disable this service in /etc/inetd.conf:
chsubserver -r inetd -C /etc/inetd.conf -d -v 'talk' -p 'udp'
refresh -s inetd
Default Value:
Enabled