1Clamd client(1) Clam AntiVirus Clamd client(1)
2
3
4
6 clamdscan - scan files and directories for viruses using Clam AntiVirus
7 Daemon
8
10 clamdscan [options] [file/directory]
11
13 clamdscan is a simple clamd client which may be used as a clamscan
14 replacement. It accepts all the options implemented in clamscan but
15 most of them will be ignored because its scanning abilities only depend
16 on clamd.
17
19 -h, --help
20 Display help information and exit.
21
22 -V, --version
23 Print version number and exit.
24
25 -v, --verbose
26 Be verbose.
27
28 --quiet
29 Be quiet - only output error messages.
30
31 --stdout
32 Write all messages (except for libclamav output) to the standard
33 output (stdout).
34
35 --config-file=FILE
36 Read clamd settings from FILE.
37
38 -l FILE, --log=FILE
39 Save the scan report to FILE.
40
41 -m, --multiscan
42 Always use MULTISCAN instead of CONTSCAN.
43
44 --remove
45 Remove infected files. Be careful.
46
47 --move=DIRECTORY
48 Move infected files into DIRECTORY.
49
50 --no-summary
51 Do not display summary at the end of scanning.
52
54 (0) To scan a one file:
55
56 clamdscan file
57
58 (1) To scan a current working directory:
59
60 clamdscan
61
62 (2) To scan all files in /home:
63
64 clamdscan /home
65
67 0 : No virus found.
68
69 1 : Virus(es) found.
70
71 2 : An error occured.
72
74 Please check the full documentation for credits.
75
77 Tomasz Kojm <tkojm@clamav.net>
78
80 clamd(8), clamd.conf(5), clamscan(1), freshclam(1)
81
82
83
84ClamAV 0.92.1 February 12, 2007 Clamd client(1)