Quote (Guest @ Nov. 12 2004,06:26) |
My scheduleupdates.cron (to run at say 12:55 every day) is in /home/dsl/dist/: 55 12 * * * ./home/dsl/dist/f-prot/check-updates.sh; echo "Virus update ran "`date`>>/var/log/virus.log |
Code Sample |
# run f-prot update program 55 23 * * 0 root /usr/local/f-prot/tools/check-updates.pl -cron -quiet # run f-prot antivirus 59 23 * * 0 root /usr/local/f-prot/f-prot / -dumb -report=/var/log/f-prot.txt -silent -wrap & |
Quote (Grim @ Nov. 12 2004,07:54) |
I'm going to ask the question that nobody else seems to think of whenever somebody asks about running antivirus on Linux--Why do you want to run antivirus anyway? |