TALK()                   BSD General Commands Manual                  TALK()

NAME
talk — talk to another user SYNOPSIS
talk person [ttyname] DESCRIPTION
Talk is a visual communication program which copies lines from your ter‐
minal to that of another user. Options available: person If you wish to talk to someone on your own machine, then person
is just the person's login name. If you wish to talk to a user
on another host, then person is of the form ‘user@host’. ttyname If you wish to talk to a user who is logged in more than once,
the ttyname argument may be used to indicate the appropriate
terminal name, where ttyname is of the form ‘ttyXX’ or ‘pts/X’. When first called, talk contacts the talk daemon on the other user's
machine, which sends the message
Message from TalkDaemon@his_machine...
talk: connection requested by your_name@your_machine.
talk: respond with: talk your_name@your_machine to that user. At this point, he then replies by typing talk your_name@your_machine It doesn't matter from which machine the recipient replies, as long as
his login name is the same. Once communication is established, the two
parties may type simultaneously; their output will appear in separate
windows. Typing control-L (^L) will cause the screen to be reprinted.
The erase, kill line, and word erase characters (normally ^H, ^U, and ^W
respectively) will behave normally. To exit, just type the interrupt
character (normally ^C); talk then moves the cursor to the bottom of the
screen and restores the terminal to its previous state. As of netkit-ntalk 0.15 talk supports scrollback; use esc-p and esc-n to
scroll your window, and ctrl-p and ctrl-n to scroll the other window.
These keys are now opposite from the way they were in 0.16; while this
will probably be confusing at first, the rationale is that the key combi‐
nations with escape are harder to type and should therefore be used to
scroll one's own screen, since one needs to do that much less often. If you do not want to receive talk requests, you may block them using the
mesg() command. By default, talk requests are normally not blocked.
Certain commands, in particular nroff(), pine(), and pr(), may block
messages temporarily in order to prevent messy output. FILES
/etc/hosts to find the recipient's machine
/var/run/utmp to find the recipient's tty SEE ALSO
mail(), mesg(), who(), write(), talkd() BUGS
The protocol used to communicate with the talk daemon is braindead. Also, the version of talk() released with .2BSD uses a different and
even more braindead protocol that is completely incompatible. Some vendor
Unixes (particularly those from Sun) have been found to use this old pro‐
tocol. There's a patch from Juan-Mariano de Goyeneche
(jmseyas@dit.upm.es) which makes talk/talkd, if compiled with -DSUN_HACK,
compatible with SunOS/Solaris' ones. It converts messages from one proto‐
col to the other. Old versions of talk may have trouble running on machines with more than
one IP address, such as machines with dynamic SLIP or PPP connections.
This problem is fixed as of netkit-ntalk 0.11, but may affect people you
are trying to communicate with. HISTORY
The talk command appeared in .2BSD. Linux NetKit (0.17) November , Linux NetKit (0.17)

talk命令帮助文档(ubuntu 18.04)的更多相关文章

  1. mesg命令帮助文档(ubuntu 18.04)

    MESG() User Commands MESG() NAME mesg - display (or do not display) messages from other users SYNOPS ...

  2. write命令帮助文档(ubuntu 18.04)

    WRITE() BSD General Commands Manual WRITE() NAME write — send a message to another user SYNOPSIS wri ...

  3. ElasticSearch部署文档(Ubuntu 14.04)

    ElasticSearch部署文档(Ubuntu 14.04) 参考链接 https://www.elastic.co/guide/en/elasticsearch/guide/current/hea ...

  4. Ubuntu 18.04 记录

    登录后死机,关机时死机的解决方法 更新内核并安装 Nvidia 显卡驱动可解决. 在内核更新为 4.15.18,Nvidia 显卡驱动为 390 时,问题解决. 使用 LiveCD 启动,然后 mou ...

  5. 如何在Ubuntu 18.04上安装Django

    Django是一个免费的开源高级Python Web框架,旨在帮助开发人员构建安全,可扩展和可维护的Web应用程序. 根据您的需要,有不同的方法来安装Django.它可以使用pip在系统范围内安装或在 ...

  6. Ubuntu 18.04学习笔记

    命令行快捷键 https://blog.csdn.net/wanlhr/article/details/80926804 Ubuntu18.04使用vi命令修改文件并保存 vi /opt/teamvi ...

  7. Ubuntu 18.04 Server上安装LAMP

    由于要进行渗透测试,所以这两天就在搭LAMP的环境(过程及其痛苦) 这里分享一些我遇到的问题. 首先介绍一下我的使用环境  VM虚拟机,ubuntu 与主机NAT连接 由于之前一直使用的是kali(默 ...

  8. 如何在Ubuntu 18.04上安装和配置Apache 2 Web服务器(转)

    如何在Ubuntu 18.04上安装和配置Apache 2 Web服务器 什么是Apache Web Server? Apache或Apache HTTP服务器是一个免费的开源Web服务器,由Apac ...

  9. 真实机下 ubuntu 18.04 安装GPU +CUDA+cuDNN 以及其版本选择(亲测非常实用)【转】

    本文转载自:https://blog.csdn.net/u010801439/article/details/80483036 ubuntu 18.04 安装GPU +CUDA+cuDNN : 目前, ...

随机推荐

  1. [SDOI2010]大陆争霸

    幻想历8012年5月12日深夜,斯普林·布拉泽降下神谕:“Trust me, earn eternal life.”克里斯军团士气大增.作为克里斯军团的主帅,你决定利用这一机会发动奇袭,一举击败杰森国 ...

  2. 2017蓝桥杯 省赛C题(承压计算)

    X星球的高科技实验室中整齐地堆放着某批珍贵金属原料. 每块金属原料的外形.尺寸完全一致,但重量不同.金属材料被严格地堆放成金字塔形. 7 5 8 7 8 8 9 2 7 2 8 1 4 9 1 8 1 ...

  3. ACM-ICPC 2015 BeiJing

    比赛连接:ACM-ICPC 2015 BeiJing 本次比赛只写了 A G     然后 I题随后补 A 有一个正方形土地,上面有若干块绿洲.让你以x0为界限划一条竖线,要求左边绿洲面积>=右 ...

  4. 小R的树(权限题)

    解:考场上爆0了...... 回想怎么求两个排列的最长公共子序列. 回想怎么求1~n每个数恰出现两次的两个序列的最长公共子序列.就是每个数替换为它在另一个序列里的出现位置,降序. 所以我们可以把这每个 ...

  5. 第三十三篇-TabLayout的使用

    效果图: 最上方是一个TabLayout,有三个部分,新闻.财经.娱乐,下方是一个ViewPaper,里面包含三个fragment,分别对应三个xml和java class. 第一个Fragment里 ...

  6. 怎么理解本征无序态的蛋白质(Intrinsically disordered proteins)

    见维基的解释: An intrinsically disordered protein (IDP) is a protein that lacks a fixed or ordered three-d ...

  7. C++ template一些体悟(3)

    其实没啥体悟,因为还没有感受到这些例子的作用,记一下先 #include <iostream> using namespace std; class alloc { }; template ...

  8. Image.fromarray的用法

    简而言之,就是实现array到image的转换 详细参考以下博客 https://blog.csdn.net/ybcrazy/article/details/81206411

  9. 苹果电脑自带python安装tensorflow一直有问题

    对于有些程序是不支持python3而支持python2的,为了在苹果电脑安装tensorflow, 首先sudo su到管理员权限 export TF_BINARY_URL=https://stora ...

  10. 安卓手机root

    https://jingyan.baidu.com/article/ca41422ffe6b031eae99ed9a.html