文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>How To usage command talk on Linux

How To usage command talk on Linux

时间:2009-05-05  来源:zsgd

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

Code: Select all
#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: Select allservice 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: Select all# 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: Select alltalk testuser
or
talk testuser@rhostname
相关阅读 更多 +
排行榜 更多 +
大武道最新版

大武道最新版

休闲益智 下载
宝宝巴士手机版(babybus)

宝宝巴士手机版(babybus)

休闲益智 下载
宝宝巴士快乐启蒙游戏

宝宝巴士快乐启蒙游戏

休闲益智 下载