Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 ClamAV 扫描 Django 应用程序中的文件。我正在freshclam手动运行以更新防病毒数据库。我的问题是如何自动化?
freshclam
从 ClamAV文档中,我使用以下代码创建了一个 Cron 作业:-
N * * * * /usr/local/bin/freshclam --quiet