How to disable talk service
Environment
- Red Hat Enterprise Linux 6
- talk
- talk-server
Issue
How to disable talk service
Resolution
- Talk is a visual communication program which copies lines from your terminal to that of another user.
- Talk does not have Daemon of its own. It is managed by Xinetd service. It can be disabled from the configuration file /etc/xinetd.d/talk
service talk
{
flags = IPv4
disable = yes -----This one
socket_type = dgram
wait = yes
user = nobody
group = tty
server = /usr/sbin/in.talkd
}
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
