名称 (NAME)
wall -- 向所有人的终端发送消息
总览 (SYNOPSIS)
wall [ message ]
描述 (DESCRIPTION)
Wall 向 所有 登录的 并且 mesg(1) 权限 设为 yes 的 用户 发送 消息. 消息可以 作为 wall 的 一个 参数, 或者 wall 的 标准 输入. 当 把 终端作为 标准 输入 时, 消息 应该 以 EOF 键 结束 (一般 来说 是 Control-D).
参见 (SEE ALSO)
mesg(1).
#p#
NAME
wall -- send a message to everybody's terminal.
SYNOPSIS
wall [-n] [ message ]
DESCRIPTION
Wall sends a message to everybody logged in with their mesg(1) permission set to yes. The message can be given as an argument to wall, or it can be sent to wall's standard input. When using the standard input from a terminal, the message should be terminated with the EOF key (usually Control-D).
The length of the message is limited to 20 lines. For every invocation of wall a notification will be written to syslog, with facility LOG_USER and level LOG_INFO.
OPTIONS
- -n
- Suppresses the normal banner printed by wall, changing it to "Remote broadcast message". This option is only available for root if wall is installed set-group-id, and is used by rpc.walld(8).
ENVIRONMENT
Wall ignores the TZ variable - the time printed in the banner is based on the systems local time.
SEE ALSO
mesg(1), rpc.rwalld(8).