Score:-1

Ubuntu showing more users on Uptime command

hm flag

The "uptime" command on my laptop which is running on Ubuntu 20.04 is showing there is 4 users on my laptop:

Uptime command on my PC

I did search on the internet on how this uptime command works.

According to them, it counts all the active session on terminal.

If I create more window on the terminal the user number will increase.

I created more tabs on my terminal, ran various commands and the number of users remain unchanged.

I close all the tabs (newly created ones + previously opened ones) still it is showing 4 users.

Is my system safe?

update: I added another screenshot, you might want to see Who command

Artur Meinild avatar
vn flag
How many are logged in after a reboot?
hm flag
1 user @Artur Meinild
Artur Meinild avatar
vn flag
So then it's not really an issue anymore, right?
hm flag
It become 2-3 user after some time.Then again I don't want to share any code or any other data with anyone.According to matigo(1st comment) , I am connected with SSH or SCP or similar kind of thing. I just want a safe PC. @Artur Meinild
Score:0
in flag

You can see who these users are with the who command:

who | awk '{print $1}' | sort 

If you do not recognise an account, or if you see someone signed in who shouldn't be, then there may be a problem. If you see multiple lines for your own account, that means that you are signed in multiple times.

hm flag
Actually there is only 1 user on my PC.No other user is added here
in flag
Then you are signed in 4 times, either through various SSH connections, SCP connections, services, or other means.
hm flag
I myself did not connected to any any where with SSH or SCP.The only app now i am running is google chrome. How can I stop this ?
hm flag
Who command is not showing any IP address
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.