我们先查看都谁在线
[huan@local~]$ who
huan pts/1 2013-03-22 13.26 (192.168.1.100)
vbird2 pts/1 2013-03-22 15.26 (192.168.1.100)
给 vbird2 发送即时信息,呵呵
[huan@local~]$ write 用户账号 [用户所在终端接口]
[huan@local~]$ write vbird2 pts/1
hello vbird2 hoho <------------------------ 发送信息的内容
#输入结束,请按下ctrl+d来结束输入,此时vbird2的界面就会出现
Message from huan@local on pts/1 at 13:23
hello vbird2 hoho
如果vbird2 怕因接到别人发来的信息影响工作,他可以这样做:
[huan@local~]$ mesg n
[huan@local~]$ mesg
is n <---------------------------此时mesg 是 n (不接受任何人的信息,除了root。)
[huan@local~]$ mesg y 这样就可以正常的接受信息了
write是仅针对一个用户来传信息的,要想针对所有在线用户来发送信息,我们可以使用wall啊
[huan@local~]$ wall “hello anyone”
然后你就会发现所有人都会收到这个信息呢!
阅读(896) | 评论(0) | 转发(0) |