wall 命令的作用是将信息发送给每一位同意接收信息的终端用户。如果未指定信息内容,wall 命令将从标准输入设备读取数据,并把数据传送给同意接收信息的终端用户。
wall [公告信息]
公告信息:指要进行公布的消息
广播传送信息“hello world”给所有终端用户,如下:
[root@hxstrive ~]# wall hello world Broadcast message from root@hxstrive (pts/5) (Sat May 21 18:26:09 2022): hello world
snow 用户在两个终端中接收消息,如下:
a、终端 pts/4
[snow@hxstrive ~]$ who am i snow pts/4 2022-05-21 18:20 (192.168.116.1) [snow@hxstrive ~]$ Broadcast message from root@hxstrive (pts/5) (Sat May 21 18:26:09 2022): hello world
b、终端 pts/0
[snow@hxstrive ~]$ who am i snow pts/0 2022-05-21 18:20 (192.168.116.1) [snow@hxstrive ~]$ Broadcast message from root@hxstrive (pts/5) (Sat May 21 18:26:09 2022): hello world
更多关于命令详细参考手册,请使用 man 命令或者 --help 参数获取帮助信息