talk命令帮助文档(ubuntu 18.04)
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)的更多相关文章
- mesg命令帮助文档(ubuntu 18.04)
MESG() User Commands MESG() NAME mesg - display (or do not display) messages from other users SYNOPS ...
- write命令帮助文档(ubuntu 18.04)
WRITE() BSD General Commands Manual WRITE() NAME write — send a message to another user SYNOPSIS wri ...
- ElasticSearch部署文档(Ubuntu 14.04)
ElasticSearch部署文档(Ubuntu 14.04) 参考链接 https://www.elastic.co/guide/en/elasticsearch/guide/current/hea ...
- Ubuntu 18.04 记录
登录后死机,关机时死机的解决方法 更新内核并安装 Nvidia 显卡驱动可解决. 在内核更新为 4.15.18,Nvidia 显卡驱动为 390 时,问题解决. 使用 LiveCD 启动,然后 mou ...
- 如何在Ubuntu 18.04上安装Django
Django是一个免费的开源高级Python Web框架,旨在帮助开发人员构建安全,可扩展和可维护的Web应用程序. 根据您的需要,有不同的方法来安装Django.它可以使用pip在系统范围内安装或在 ...
- Ubuntu 18.04学习笔记
命令行快捷键 https://blog.csdn.net/wanlhr/article/details/80926804 Ubuntu18.04使用vi命令修改文件并保存 vi /opt/teamvi ...
- Ubuntu 18.04 Server上安装LAMP
由于要进行渗透测试,所以这两天就在搭LAMP的环境(过程及其痛苦) 这里分享一些我遇到的问题. 首先介绍一下我的使用环境 VM虚拟机,ubuntu 与主机NAT连接 由于之前一直使用的是kali(默 ...
- 如何在Ubuntu 18.04上安装和配置Apache 2 Web服务器(转)
如何在Ubuntu 18.04上安装和配置Apache 2 Web服务器 什么是Apache Web Server? Apache或Apache HTTP服务器是一个免费的开源Web服务器,由Apac ...
- 真实机下 ubuntu 18.04 安装GPU +CUDA+cuDNN 以及其版本选择(亲测非常实用)【转】
本文转载自:https://blog.csdn.net/u010801439/article/details/80483036 ubuntu 18.04 安装GPU +CUDA+cuDNN : 目前, ...
随机推荐
- 觉得一篇讲SPFA还不错的文章
我觉得他整理的有一些乱,我都改成插入代码了,看的顺眼一些 转载自http://blog.csdn.net/juststeps/article/details/8772755 下面的都是原文: 最短路径 ...
- 软硬连接ln
软硬连接Linux链接概念Linux链接分两种,一种被称为硬链接(Hard Link),另一种被称为符号链接(Symbolic Link).默认情况下,ln命令产生硬链接. [硬连接]硬连接指通过索引 ...
- [ZJOI2007]时态同步(dfs+贪心)
小Q在电子工艺实习课上学习焊接电路板.一块电路板由若干个元件组成,我们不妨称之为节点,并将其用数字1,2,3.进行标号.电路板的各个节点由若干不相交的导线相连接,且对于电路板的任何两个节点,都存在且仅 ...
- 2019 校内赛 RPG的天赋分支(贪心)
Problem Description 很多游戏都有天赋树的概念,天赋树的不同分支具有不同的属性加成,那么合理选择分支就非常重要了.Luke最近沉迷一款RPG游戏,它的天赋树机制如下:角色具有n个可选 ...
- POJ2018 Best Cow Fences 二分
实数折磨人啊啊啊啊啊啊啊 好,实数应该是最反人类的东西了...... 这个害得我调了0.5天才过. 大意是这样的:给你一个数列,求其中不少于f个的连续数的最大平均值. 不禁想起寒假的课程来... 此处 ...
- A1140. Look-and-say Sequence
Look-and-say sequence is a sequence of integers as the following: D, D1, D111, D113, D11231, D112213 ...
- webpack 非严格模式设置 npm i babel-plugin-transform-remove-strict-mode
安装插件:npm i babel-plugin-transform-remove-strict-mode 在.babelrc文件的插件项添加:"transform-remove-strict ...
- vue在body上面绑定enter事件
mounted () { this.bodyListener = (e) => { if (e.keyCode === 13 && e.target === document.b ...
- win10开机自启动
快捷方式复制到win+ R 编辑shell:startup enter后的文件夹中
- springmvc 学习笔记
@Autowired,@RequestMapping,@RequestParam 使用该注解,引入对象时, 可以省略setter getter.减少代码显示. @AutowiredSimService ...