Friday, September 18, 2009

Add cronjobs to run Kaspersky Scanner

1. Open Terminal, type the command below to view current cronjobs.

crontab -1
Listing current cronjobs
2. Type the command below to edit cronjob.

cronjob -e
Note: You can customize the frewuency to run these jobs by change the values. For more about crojobs, see Crontab – Quick reference.
Edit cronjobs
3. On the cronjob’s editor, add these 2 lines and save the file.

0 0 * * 4 /opt/kaspersky/kav4ws/bin/kav4ws-kavscanner
0 0 * * 3 /opt/kaspersky/kav4ws/bin/kav4ws-keepup2date
Add new cronjobs
4. Review the cronjobs again by type the command.

crontab -l
Review cronjobs
5. Now you have finished configure cronjobs.

Summary:

Now I have Kaspersky Anti-Virus 5.7 Workstation on Linux RedHat. The routine that I need to do is to update the anti-virus’s signature regulary to ensure that the servers are safe from virus threats. For ease of management, you can extend by implement Kaspersky Administration console to manage Kaspersky’s product.

No comments:

Post a Comment