【资料整理】linux已登录用户用wall,write互发消息

【资料整理】linux已登录用户用wall,write互发消息

1)wall

wall message

[a01@test230 ~]$ wall "I'm in"
[root@test230 ~]# 
Broadcast message from [email protected] (pts/2) (Thu Dec 25 15:34:52 2014):

I'm in


2)write

write user

message

[a01@test230 ~]$ write root
hello,
thank you for your help
<Ctrl+D>
[root@test230 ~]# 
Message from [email protected] (as a01) on pts/2 at 15:37 ...
hello,
thank you for your help
EOF


你可能感兴趣的:(write,Wall)