ClamAV is a free Open Source antivirus engine for detecting malware and virus. You can use it on Linux and Windows.
To scan a file
clamscan FILE-NAME
To scan all files in /home folder.
clamscan --recursive=yes --infected /home
clamscan --recursive /home --no-mail --log=file -l /root/scan.txt