• 0

[c Shell] Sending messages to other users?


Question

7 answers to this question

Recommended Posts

  • 0

tried 'wall'? im not 100% if u can specifically send it to users or specific shells and im not in linux now to test but u can try wall :happy:

Link to comment
Share on other sites

  • 0

It is called "write", and is not two-way interactive. "write <user> [tty]" will read text from stdin until EOF (ctrl-c), then display it on one of <user>'s ttys (terminals). This won't work if the user has messages disabled ("mesg n"), though.

(And "wall" is pretty much the same, except it will send to all local terminals)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.