Ao ler sobre Linux, recebi um $ who -a
, então, antes de tentar, entrei em três dos meus terminais de texto, (tty1,tty2,tty3)
respectivamente, e depois voltei para X-window
(Ctrl + Alt + f7), e tentei: -
$ 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)
$
Não estou recebendo alguns termos em second attribute
( - tty2,-tty 3,-tty1
i [por que -
existe na frente deles?]) ?:0
(acho que está indicando minha X-window
inicialização [por que existe um ?
antes :0
?]) e valores no quarto atributo[00:01, ., 00:02, ?, .]?
Tentei olhar $ man who -a
, mas não consegui essa explicação.
Responder1
pts/0
é umEscravo Pseudo-Terminal(VerO que significa "pts/" na saída de w?).O
(:0)
informa qual monitor você está usando.informa
+,-,?
se um usuário/tty está aceitando mensagens. Se for verdade, exibe um+
para cada usuário ifmesg y
, a-
ifmesg n
ou a?
if seu tty não pode ser definido.Veja a
mesg
página de manual: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.
Fonte:quem.c