sudo apt install clamav
sudo apt install clamtk
To update signatures via a terminal session, use the following commands:
sudo service clamav-freshclam stop
sudo freshclam
sudo service clamav-freshclam start
To scan a directory via a terminal session, use the following command:
clamscan -r -i directory_name
https://www.networkworld.com/article/3652690/using-clamav-to-detect-and-remove-viruses-on-linux.html
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.