59
10
I checked in htop
what is running on the system and found/saw something that I don't know what it is, Windows Desktop
and explorer.exe
. I'm using Ubuntu Linux and there is no Windows on this laptop.
Here is the image of the process
How can I find out what these are?
~$ ps -aux | grep "explorer.exe\|services.exe"
root 3110 0.0 0.0 2645728 352 ? Ssl 06:45 0:00 C:\windows\system32\services.exe
root 3413 0.0 0.0 2658592 1440 ? Ssl 06:45 0:00 C:\windows\system32\explorer.exe /desktop
root 20817 0.0 0.0 14360 2408 pts/4 S+ 15:20 0:00 grep --color=auto explorer.exe\|services.exe
69I knew it! The truth has finally been revealed! Ubuntu was Windows all along! – Matti Virkkunen – 2017-04-10T23:48:49.327
16Are you... running your GUI session as root? I hope you aren't, because that's a very bad idea as far as security is concerned. – Léo Lam – 2017-04-11T09:41:24.307
@LéoLam, Yes, I'm.. I'm not that familiar yet with creating users etc. – VLS – 2017-04-11T11:17:53.750
4@LéoLam oops! don't do that! – dalearn – 2017-04-12T01:14:47.910