I get every 10 min many broadcast messages (maybe by other user). How can I disable those broadcast messages, in order to not see them on my screen?
|
feedback
|
|
If they are using wall or write a similar method to write on your terminal or terminals, then mesg n will stop the messages from coming to you. If you mean something else, explain "broadcast messages" more precisely. From your comments you seem to be still expecting an answer, so here is the one that you didn't read or didn't understand:
| ||||
|
feedback
|
|
I am assuming that you are getting messages sent to your command-line/console window. If that is the case try this:
If the messages don't stop they are likely coming from a user/process with root-level permissions, which cannot be stopped. You mentioned a predictable 10 minute cycle. That could indicate the message is being generated by some daemon process. Maybe that process is using | |||
|
feedback
|