7

I use Ubuntu as a file server, is there a virus scanner on Ubuntu for scanning Windows files? Since most of the files are saved on the server, this would greatly help minimize the spread of viruses.

Zanna
  • 72,312

2 Answers2

13
Zanna
  • 72,312
karthick87
  • 84,513
5

Yes of course. Ubuntu comes with ClamAV in the packages:

ClamAV (sudo apt-get install clamav) which will install as a service and you can tell it where to check, you can use it joined with sendmail, etc..

If you want to have it in the gui you can also use it there and including with nautilus with nautilus-clamscan (sudo apt-get install nautilus-clamscan)

Or look for it in the Software Center or with Synaptic.

Luis Alvarado
  • 216,643