리눅스 write

  다른 뜻에 대해서는 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 }}