"리눅스 write"의 두 판 사이의 차이

(새 문서: {{다른뜻|write}} ==개요== ;리눅스 write ;/usr/bin/write * 다른 사용자의 TTY로 메시지를 보내는 도구 {{소스헤더|세션 #1}} <source lang='console'> tester@l...)
 
잔글 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
 
6번째 줄: 6번째 줄:


{{소스헤더|세션 #1}}
{{소스헤더|세션 #1}}
<source lang='console'>
<syntaxhighlight lang='console'>
tester@localhost:~$ who
tester@localhost:~$ who
tester  pts/0        2019-05-05 00:16 (135.79.246.80)
tester  pts/0        2019-05-05 00:16 (135.79.246.80)
17번째 줄: 17번째 줄:
^C
^C
tester@localhost:~$
tester@localhost:~$
</source>
</syntaxhighlight>
{{소스헤더|세션 #2}}
{{소스헤더|세션 #2}}
<source lang='console'>
<syntaxhighlight lang='console'>
tester@localhost:~$ who
tester@localhost:~$ who
tester  pts/0        2019-05-05 00:16 (135.79.246.80)
tester  pts/0        2019-05-05 00:16 (135.79.246.80)
32번째 줄: 32번째 줄:
tester@localhost:~$
tester@localhost:~$
tester@localhost:~$  
tester@localhost:~$  
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2021년 7월 18일 (일) 06:45 기준 최신판

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