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/common/mesg.md

18 lines
461 B
Markdown
Raw Normal View History

# mesg
> 터미널이 다른 사용자로부터 메시지를 받을 수 있는지 확인하거나 설정합니다. 주로 `write` 명령에서 사용됩니다.
> 같이 보기: `write`, `talk`.
> 더 많은 정보: <https://manned.org/mesg.1p>.
- 터미널이 메시지를 받을 수 있는지 확인:
`mesg`
- `write` 명령으로부터 메시지 수신을 허용하지 않음:
`mesg n`
- `write` 명령으로부터 메시지 수신을 허용:
`mesg y`