sending messages to other users

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Bill Nash
日付:  
題目: sending messages to other users

On Wed, 23 Jul 2003, Bart Garst wrote:

> I remember reading (on this list) about a command that allows me to send a
> message to another users console.
>
> Does anybody remember/know the name of the program I'm thinking of?
>


'uuencode /bin/bash foo | wall`?

Wait, no, how about:

`echo "hey, log off now or else" | write useridhere`

- billn