This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# mesg
## 说明
**mesg命令** 用于设置当前终端的写权限,即是否让其他用户向本终端发信息。将mesg设置y时,其他用户可利用write命令将信息直接显示在您的屏幕上
## 实例
```bash
mesg y # 允许系统用户将信息直接显示在你的屏幕上
mesg n # 不允许系统用户将信息直接显示在你的屏幕上
```