Hello,
I’ve noticed a strange process while taking a look at the MATE system monitor. The process in question is this one called md
:
As you can see, it has a very strange icon. Here’s the process information:
$ ps -Flww -p 49
F S UID PID PPID C PRI NI ADDR SZ WCHAN RSS PSR STIME TTY TIME CMD
1 I root 49 2 0 60 -20 - 0 - 0 1 13:37 ? 00:00:00 [md]
I’ve seen in the Ubuntu forums that the process could be a miner, but in this case the process is not using any CPU. Maybe because I have the firewall enabled.
Apart from the icon, I also find it strange that the process is not displayed in pstree
:
$ pstree | grep "md"
systemd-+-ModemManager---2*[{ModemManager}]
|-systemd-+-(sd-pam)
|-systemd-journal
|-systemd-logind
|-systemd-resolve
|-systemd-timesyn---{systemd-timesyn}
|-systemd-udevd
What is this process? Has a miner been installed in my system?
Thanks in advance.
Edit: I’m using Ubuntu MATE 18.04.1 LTS 64 bits