linux - Unix 如何阻止 unix/linux `wall` 消息传递?

标签 linux unix

如何阻止 unix/linux wall 消息传递?

Example: 
SSH somemachine
WALL annoy the s*** out of people on machine

期望的目标:在拥有的机器上拒绝墙

最佳答案

消息n

来自手册页

DESCRIPTION
   Mesg controls the access to your terminal by others.  It's typically used to allow or disallow other users to write to your terminal (see write(1)).

编辑:

这将不会阻止 root 发送墙消息

关于linux - Unix 如何阻止 unix/linux `wall` 消息传递?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9793601/

相关文章:

正则表达式从 shell 脚本中的字符串获取 Jobid

linux - 检测后台操作

Linux截取特定工作区的屏幕截图

c - 连续两次调用 getrusage 是否保证产生越来越多的结果?

java - 斯卡拉/Java/Linux : is it possible to monitor a system process passively?

linux - 在 windows 上的 db 之间传输数据到 linux

mysql - 为什么 MySQL 的 ENCRYPT 在每次调用时返回不同的结果?

linux - 在 shell 函数中赋值给命名变量

c - Unix:在C中复制具有原始权限的文件

linux - 如何限制从 grep 返回的结果数?