Chinaunix首页 | 论坛 | 博客
  • 博客访问: 574564
  • 博文数量: 118
  • 博客积分: 2114
  • 博客等级: 大尉
  • 技术积分: 1275
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-10 00:02
文章分类

全部博文(118)

文章存档

2019年(1)

2018年(4)

2017年(1)

2016年(6)

2015年(1)

2014年(1)

2013年(5)

2012年(4)

2011年(17)

2010年(13)

2009年(65)

分类: LINUX

2009-05-05 10:53:56


1, Pledge the "talk server" has been installed, please perform the command "rpm -qa |grep talk" to check it

Code:

#rpm -qa |grep talk
talk-server-0.17-29.2.2
talk-0.17-29.2.2


2, edit the file /etc/xinetd.d/ntalk, please refer to following, make sure "disable =no"
Code:
service ntalk
{
        flags                   = IPv4
        disable                 = no
        socket_type             = dgram
        wait                    = yes
        user                    = nobody
        group                   = tty
        server                  = /usr/sbin/in.ntalkd
}


3, start up talk server via the command "service xinted start"
Code:
# service xinetd start
Starting xinetd:                                           [  OK  ]

4, now, you can chat with other user on local host or remote host, please refer to the following command to do
Code:
talk testuser
or
talk testuser@rhostname

阅读(774) | 评论(0) | 转发(0) |
0

上一篇:Linux命令详解 — time

下一篇:创建逻辑卷

给主人留下些什么吧!~~