Scan your entire system for malware.
$ sudo apt update
$ sudo apt install clamav clamav-daemon -y
$ sudo systemctl start clamav-freshclam
$ sudo systemctl start clamav-daemon
$ sudo clamscan -r -i /
#Linux🐧
Scan your entire system for malware.
$ sudo apt update
$ sudo apt install clamav clamav-daemon -y
$ sudo systemctl start clamav-freshclam
$ sudo systemctl start clamav-daemon
$ sudo clamscan -r -i /
#Linux🐧