【Linux基础编程】write命令
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
01、目录
02、命令描述
write命令用于向指定登录用户终端上发送信息。通过write命令可传递信息给另一位登入系统的用户,当输入完毕后,键入EOF表示信息结束,write命令就会将信息传给对方。如果接收信息的用户不只登入本地主机一次,你可以指定接收信息的终端机设备。
03、命令格式
用法: write [选项] <用户> [<tty名称>]
04、常用选项
选项:
-V, --version 输出版本信息并退出
-h, --help 显示此帮助并退出
05、参考示例
5.1、 发消息给所有的用户
[deng@localhost ~]$ wall "hello world"
Broadcast message from deng@localhost.localdomain (pts/2) (Fri Sep 20 10:32:36 2019):
hello world
[deng@localhost ~]$
5.2、 发送消息给指定的用户
[deng@localhost ~]$ write deng
write: deng is logged in more than once; writing to pts/1
hello world
5.3、 给制定用户指定终端发送消息
[deng@localhost ~]$ write deng /dev/pts/1
hello deng
若对方设定mesg n
,则此时信息将无法传给对方。
06、小结
write命令,其实命令行中我们见得并不多,编程中,write经常用于通讯服务。用于协议中的一些交互。
编程中的write,在TCP/IP中也会有所讲解。
版权申明:转载请注明出处,谢谢!
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献9条内容
所有评论(0)