Page 1 of 1

[SOLVED] Number of users logged in

PostPosted: Jan 24th, '14, 23:42
by kirkkaf13
Hello,

I have just checked how long my machine has been running for and noticed 4 users logged in, so I used the 'who' command to see who they are but they are all my account.

Image

What is going on here, how did I manage to log in 4 times?

Thanks.

Re: Uptime

PostPosted: Jan 25th, '14, 00:43
by Ken-Bergen
That looks normal to me.
Run
Code: Select all
w
to better understand what's going on.

Re: Number of users logged in

PostPosted: Jan 25th, '14, 00:57
by doktor5000
Yep, also see three sessions, but seems normal. The first two are for your desktop session, the others will probably be open terminals.

Code: Select all
[doktor5000@Mageia3 ~]$ who
doktor5000 :0           2014-01-13 19:47
doktor5000 pts/0        2014-01-13 19:47
doktor5000 pts/1        2014-01-24 23:52

[doktor5000@Mageia3 ~]$ w
 23:54:24 up 11 days,  4:06,  3 users,  load average: 0,17, 0,25, 0,35
USER     TTY        LOGIN@   IDLE   JCPU   PCPU WHAT
doktor50 :0        13Jan14 ?xdm?  37:49m  0.04s /bin/sh /usr/bin/startkde
doktor50 pts/0     13Jan14 11days  0.00s  4:01  kdeinit4: kded4 [kdeinit]                     
doktor50 pts/1     23:52    0.00s  0.10s  0.00s w

[doktor5000@Mageia3 ~]$ who -b
         system boot  Jan 13 19:47

Re: Number of users logged in

PostPosted: Jan 25th, '14, 09:13
by kirkkaf13
Hello,

Thank you, did not know this was normal, I thought I somehow logged in multiple times.

Kirk.