ClamAV in MAC
Install ClamAV in MAC
> brew install clamav
> cp /usr/local/etc/clamav/clamd.conf.sample usr/local/etc/clamav/clamd.conf
Uncomment below
TCPSocket 3310
TCPAddr localhost
> cp /usr/local/etc/clamav/clamd.conf.sample/freshclam.conf.sample /usr/local/etc/clamav/freshclam.conf.conf
Comment below
Example
> brew services restart clamav
Starting and Verifying ClamAV
Start
clamd
: Start the ClamAV daemon manually to ensure it’s running:sudo clamdCheck Status: Verify that
clamd
is running and listening on the correct port:sudo lsof -i -P -n | grep clamd
Start
freshclam
: Start the FreshClam updater to update the virus definitions:sudo freshclam
Comments
Post a Comment