Answers for "ubuntu server scan virus"

1

ubuntu server scan virus

sudo apt-get install clamav clamav-daemon

sudo clamscan -r /home

#If you want to show only the infected files after the scanning, then you can use the following command.
sudo clamscan -r -i <Directory>
Posted by: Guest on April-11-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language