1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/mesg.md

22 lines
557 B
Markdown
Raw Normal View History

# mesg
> 터미널이 다른 사용자로부터 메시지를 수신할 수 있는지 확인하거나 설정합니다. 주로 `write` 명령에서 사용됩니다.
> 같이 보기: `write`, `talk`.
> 더 많은 정보: <https://manned.org/mesg.1>.
- 터미널의 메시지 수신 가능 여부 확인:
`mesg`
- 다른 사용자로부터 메시지 수신 거부:
`mesg n`
- 다른 사용자로부터 메시지 수신 허용:
`mesg y`
- [v]자세히 모드를 활성화하여 터미널에서 실행되지 않을 경우 경고 출력:
`mesg --verbose`