Abhijit Navale Asked: 2011-01-02 23:59:45 +0800 CST2011-01-02 23:59:45 +0800 CST 2011-01-02 23:59:45 +0800 CST How to view results of last clamscan scan? 772 I scanned pen drive using clamscan and I closed the terminal after scanning without reading the result. Now one of my folders on the pen drive is missing. I wanted to know if clamav deleted it. So I want to view the last scan result. log clamav 2 Answers Voted Best Answer jet 2011-01-03T09:07:07+08:002011-01-03T09:07:07+08:00 There is no log file by default - the output goes to stdout. In order to have a log specify it with the -l option i.e. -l clamav.log dschinn1001 2012-11-22T01:35:16+08:002012-11-22T01:35:16+08:00 simply create a file e.g. example01.txt with nautilus/file-manager then in terminal clamscan <-parameter> >> example01.txt
There is no log file by default - the output goes to stdout.
In order to have a log specify it with the
-l
option i.e.-l clamav.log
simply create a file e.g. example01.txt with nautilus/file-manager then in terminal
clamscan <-parameter> >> example01.txt