| Article: |
Scheduling Tasks in Panther | |
| Subject: | man for commandline virex | |
| Date: | 2004-03-05 18:01:22 | |
| From: | cksample3 | |
|
I like the idea of running virex from the command line, but I cannot locate a man file for it. any pointers?
|
||
Showing messages 1 through 2 of 2.
-
man for commandline virex
2004-03-08 08:26:52 mgresko [View]
-
There should be a PDF manual
2004-03-06 01:11:38 FJ de Kermadec |
[View]
Hi !
There should be a PDF manual inside of the "Virex" folder (located in your Applications folder) : this file contains a more user-friendly explanation of how vscanx works from the command line.
F.J.



/usr/local/vscanx/vscanx is the command
/ is where i am starting my scan from
-r -v --summary means scans directories beneath the root directory / and be verbose and i want a summary at the end
-c means clean the infected files
--exclude /usr/local/vscanx/excludefd is any files you want to exclude
if you want to only scan the var folder and not the folders beneath it and wanted to scan every single file in the var folder you would use /usr/local/vscanx/vscanx /var -v --summary -c
HTH