pts / 0, : 0이란 무엇입니까? 기타


11

리눅스에 관해 읽는 동안 나는을 얻었 $ who -a으므로 시도하기 전에 (tty1,tty2,tty3)각각 세 개의 텍스트 터미널에 로그인 한 다음 X-window(Ctrl + Alt + f7)로 돌아와서 시도했다.

$ who
anupam   tty2         2014-09-20 16:19
anupam   tty3         2014-09-20 16:20
anupam   tty1         2014-09-20 16:18
anupam   :0           2014-09-20 16:14 (:0)
anupam   pts/0        2014-09-20 16:21 (:0)
$ whoami
anupam
$ who -a
           system boot  2014-09-20 16:13
           run-level 2  2014-09-20 16:13
LOGIN      tty4         2014-09-20 16:13               736 id=4
LOGIN      tty5         2014-09-20 16:13               740 id=5
anupam   - tty2         2014-09-20 16:19 00:01        3200
anupam   - tty3         2014-09-20 16:20   .          3346
LOGIN      tty6         2014-09-20 16:13               752 id=6
anupam   - tty1         2014-09-20 16:18 00:02        3044
anupam   ? :0           2014-09-20 16:14   ?          1835 (:0)
anupam   + pts/0        2014-09-20 16:21   .          3455 (:0)
$ 

나는 몇 가지 용어를 받고 있지 않다 second attribute( - tty2,-tty 3,-tty1내가 어찌 -그들 앞에있다?])은 ?:0(내가 내 나타내는 추측 X-window시작을 [왜이 ?전에 :0?])와 네 번째 속성의 값[00:01, ., 00:02, ?, .]?

을 보려고했지만 $ man who -a이러한 설명을 얻지 못했습니다.

답변:


15
  • pts/0A는 의사 터미널 슬레이브 (참조 무엇 평균 w의 출력에 "점을 /"합니까? ).

  • (:0)당신이 사용중인 디스플레이를 알려줍니다.

  • +,-,?사용자 / 청각 장애 수락 메시지인지를 알려줍니다. true 인 경우 +각 사용자에 대해 if mesg y, -if mesg n또는 ?if tty를 통계 할 수없는 경우를 표시하십시오.

    참고 항목 mesgman 페이지를 :

    NAME
           mesg - control write access to your terminal
    
    SYNOPSIS
           mesg [y|n]
    
    DESCRIPTION
           Mesg  controls  the  access to your terminal by others.  It's typically
           used to allow or disallow other users to write to  your  terminal  (see
           write(1)).
    
    OPTIONS
           y      Allow write access to your terminal.
    
           n      Disallow write access to your terminal.
    
           If no option is given, mesg prints out the current access state of your
           terminal.
    

출처 : who.c


감사합니다 @Sylvain Pineau, 글쎄, 메시지 터미널에서 $ who -a를 실행할 때 텍스트 터미널에서 항상 (-) 만, 아니오 (+)를 받고 있기 때문에 메시지를 수락한다는 것은 무엇을 의미합니까? 항상 (: 0)입니까?
나사로

1
@jazz : 나는 mesg명령 에 대한 정보를 추가했다
Sylvain Pineau

후자는 혼란 스럽기 때문에 "stated"대신 "stated"라고 말할 것입니다.
nneonneo

@nneonneo 고정, thx
Sylvain Pineau
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.