How can I reply to broadcast messages?

244boy

I received some messages here:

[root@localhost kvm]# 
Broadcast message from [email protected] (pts/1) (Thu Jun  6 08:04:26 2019):

hello

Broadcast message from [email protected] (pts/1) (Thu Jun  6 08:05:02 2019):

hello

How has this messagen been sent to me? And how can I reply to it?

111---

Aside from the concerns that you host might be compromised, to broadcast a message to all users or users in a specific group, use wall

wall -g root "Hi there"
# Will send to all users in the root group
wall "hello, world"
# Will send to all logged in users

Also checkout mesg and talk.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can i broadcast UDP packet to the browser

From Dev

How can I broadcast and event with AngularJS?

From Dev

How can I reply to someone's comment on a pull request on Github?

From Dev

How can I return a synchronous reply from an asynchronous method?

From Dev

How can I set default reply address in Gmail by API?

From Dev

How can I remove messages from a queue?

From Dev

How can I receive the missing messages in STOMP?

From Dev

How can I force AmazonSQSBufferedAsyncClient to flush messages?

From Dev

How I can write custom messages?

From Dev

How can I list the messages in my mailbox?

From Dev

How can I suppress these error messages?

From Dev

How can I display email messages in Tkinter?

From Dev

How can I capture messages that occur at shutdown?

From Dev

How can I set status messages in IRC?

From Dev

How can I group messages by date?

From Dev

How do I broadcast messages to all bash terminal in python using wall command with stdin?

From Dev

How can I broadcast and pick up a keypress event in AngularJS?

From Java

How can I unregister a broadcast event to rootscope in AngularJS?

From Dev

How can I send HTTP broadcast message with tornado?

From Dev

How can I tell if my activity was started by a broadcast receiver?

From Dev

How Can I Configure Lumen To Broadcast Events via Pusher?

From Dev

How can I broadcast a GoogleMaps marker to all connected sockets?

From Dev

How can I broadcast and pick up a keypress event in AngularJS?

From Dev

SignalR : How can I broadcast message to Other page of the application

From Dev

How can I update Recyclerview with Broadcast Receiver from Service class?

From Dev

How can I integrate spark streaming and kafka using broadcast variable?

From Dev

PubSub Server Example: How are messages broadcast?

From Dev

How to broadcast messages in Spring Reactive Websocket API?

From Dev

PubSub Server Example: How are messages broadcast?

Related Related

  1. 1

    How can i broadcast UDP packet to the browser

  2. 2

    How can I broadcast and event with AngularJS?

  3. 3

    How can I reply to someone's comment on a pull request on Github?

  4. 4

    How can I return a synchronous reply from an asynchronous method?

  5. 5

    How can I set default reply address in Gmail by API?

  6. 6

    How can I remove messages from a queue?

  7. 7

    How can I receive the missing messages in STOMP?

  8. 8

    How can I force AmazonSQSBufferedAsyncClient to flush messages?

  9. 9

    How I can write custom messages?

  10. 10

    How can I list the messages in my mailbox?

  11. 11

    How can I suppress these error messages?

  12. 12

    How can I display email messages in Tkinter?

  13. 13

    How can I capture messages that occur at shutdown?

  14. 14

    How can I set status messages in IRC?

  15. 15

    How can I group messages by date?

  16. 16

    How do I broadcast messages to all bash terminal in python using wall command with stdin?

  17. 17

    How can I broadcast and pick up a keypress event in AngularJS?

  18. 18

    How can I unregister a broadcast event to rootscope in AngularJS?

  19. 19

    How can I send HTTP broadcast message with tornado?

  20. 20

    How can I tell if my activity was started by a broadcast receiver?

  21. 21

    How Can I Configure Lumen To Broadcast Events via Pusher?

  22. 22

    How can I broadcast a GoogleMaps marker to all connected sockets?

  23. 23

    How can I broadcast and pick up a keypress event in AngularJS?

  24. 24

    SignalR : How can I broadcast message to Other page of the application

  25. 25

    How can I update Recyclerview with Broadcast Receiver from Service class?

  26. 26

    How can I integrate spark streaming and kafka using broadcast variable?

  27. 27

    PubSub Server Example: How are messages broadcast?

  28. 28

    How to broadcast messages in Spring Reactive Websocket API?

  29. 29

    PubSub Server Example: How are messages broadcast?

HotTag

Archive