命令行大全

mesg

rose1 发表于 2020-10-07 00:56浏览次数:

在类似Unix的操作系统上,通过mesg命令可以控制其他用户对终端的写访问。 本文档介绍了Linux版本的mesg。

查看英文版

目录:

1 mesg 运行系统环境

2 mesg 说明

3 mesg 语法

4 mesg 例子

mesg 运行系统环境

Linux

mesg 说明

该写命令允许其他用户发送消息到您的终端会话; 的MESG命令用于打开或关闭切换这些消息。
The write command allows other users to send a message to your terminal session; the mesg command is used to toggle these messages on or off.

查看英文版

查看中文版

mesg 语法

mesg [n|y]

选件

n 禁止显示来自其他用户的终端消息。此选项就像使用“请勿打扰”标志。
y 允许在屏幕上显示消息。

如果未提供任何选项,则mesg显示终端的当前访问状态。

mesg [n|y]

Options

n Prevents the display of terminal messages from other users. This option is like using a "do not disturb" sign.
y Allows messages to be displayed on your screen.

If no option is given, mesg displays the current access state of your terminal.

查看英文版

查看中文版

mesg 例子

mesg y

允许其他用户向您发送消息。

mesg n

禁止其他用户向您发送消息。

mesg

显示终端的当前写入状态。

mesg y

Allow other users to send you messages.

mesg n

Disallow other users from being able to send you messages.

mesg

Display the current write status of your terminal.

查看英文版

查看中文版