Files
tldr/pages.zh/linux/wall.md

20 lines
362 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# wall
> 在当前登录的用户终端上写消息。
> 更多信息:<https://manned.org/wall>。
- 发送消息:
`wall {{message}}`
- 向属于特定组的用户发送消息:
`wall --group {{group_name}} {{message}}`
- 从文件发送消息:
`wall {{file}}`
- 发送带超时的消息默认300秒
`wall --timeout {{seconds}} {{file}}`