在阅读有关Linux的内容时,我得到了$ 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
,但没有得到这些解释。