show code js

顯示具有 anti-virus 標籤的文章。 顯示所有文章
顯示具有 anti-virus 標籤的文章。 顯示所有文章

2024年12月29日 星期日

clamav for linux

  • sudo apt update && sudo apt upgrade
  • sudo apt install clamav clamav-daemon -y 
  • sudo systemctl stop clamav-freshclam.service
  • sudo freshclam
  • sudo systemctl start clamav-freshclam.service
  • #sudo clamscan -r /path/to/folder
  • sudo systemctl enable clamav-daemon
  • sudo systemctl enable clamav-freshclam.service