리눅스 write

Jmnote (토론 | 기여)님의 2019년 5월 5일 (일) 00:55 판 (새 문서: {{다른뜻|write}} ==개요== ;리눅스 write ;/usr/bin/write * 다른 사용자의 TTY로 메시지를 보내는 도구 {{소스헤더|세션 #1}} <source lang='console'> tester@l...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
  다른 뜻에 대해서는 write 문서를 참조하십시오.

1 개요

리눅스 write
/usr/bin/write
  • 다른 사용자의 TTY로 메시지를 보내는 도구
세션 #1
tester@localhost:~$ who
tester   pts/0        2019-05-05 00:16 (135.79.246.80)
tester   pts/1        2019-05-05 00:37 (135.79.246.80)
tester@localhost:~$ tty
/dev/pts/0
tester@localhost:~$ write tester pts/1
hello
world
^C
tester@localhost:~$
세션 #2
tester@localhost:~$ who
tester   pts/0        2019-05-05 00:16 (135.79.246.80)
tester   pts/1        2019-05-05 00:37 (135.79.246.80)
tester@localhost:~$ tty
/dev/pts/1
tester@localhost:~$ 
Message from tester@localhost on pts/0 at 00:40 ...
hello
world
EOF
tester@localhost:~$
tester@localhost:~$

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}