You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
582 B

7 years ago
mesg
===
设置当前终端的写权限
6 years ago
## 说明
7 years ago
5 years ago
**mesg命令** 用于设置当前终端的写权限即是否让其他用户向本终端发信息。将mesg设置y时其他用户可利用write命令将信息直接显示在您的屏幕上
7 years ago
5 years ago
## 选项
7 years ago
```
mesg(参数)
```
### 参数
5 years ago
y/ny表示运行向当前终端写信息n表示禁止向当前终端写信息
7 years ago
5 years ago
## 实例
7 years ago
```
5 years ago
[root@localhost ~]# mesg y #允许系统用户将信息直接显示在你的屏幕上
[root@localhost ~]# mesg n #不允许系统用户将信息直接显示在你的屏幕上
7 years ago
```