1

I have Ubuntu 14.04 server installed in my office. We're treating it as a local server. I have downloaded all our stuff from our dedicated hosting server (as server have viruses) to my local Ubuntu server.

So, as all the files are infected do i use any antivirus to clean all the files ??

Means how can i get rid of the viruses ?? If yes please suggest me some free antivirus for the same..

Thanks

gurupal singh
  • 305
  • 4
  • 9
  • 16

2 Answers2

3

A widely-used package, especially in combination with mail services, is clamav. It is fairly easy to install, and you will find tutorials quickly. As a quick start:

sudo apt-get install clamav
sudo freshclam
clamscan -r <insert repository you want to scan here>
David Foerster
  • 36,890
  • 56
  • 97
  • 151
Aymeric
  • 31
1

Also, Sophos has a free antivirus for linux and also has tools for linux servers.

See here:

www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-linux.aspx

You may also want to check out security stackexchange:

security.stackexchange.com

mchid
  • 44,904
  • 8
  • 102
  • 162