`
sillycat
  • 浏览: 2542405 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Install Anti-Virus Software on Ubuntu

阅读更多
Install Anti-Virus Software on Ubuntu

1. clamav
website: http://www.clamav.net/lang/en/
>sudo apt-cache search clamav

Install the software
>sudo apt-get install clamav

Install the GUI
>sudo apt-get install clamtk

2. Use this software in command line
Update the database
>sudo freshclam

Scan the file or directory
>clamscan -r /home
>clamscan -r /

Check the Version:
>clamscan -V

3. Schedule ClamAV
>at 3:30 tomorrow
at>clamsan -i /home/user | mail user@example.com
at> <Ctrl + D>


references:
https://help.ubuntu.com/community/ClamAV
http://helpdeskgeek.com/linux-tips/linux-virus-scanner-protection/
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics