~louis/ubuntu/trusty/clamav/lp799623_fix_logrotate

« back to all changes in this revision

Viewing changes to docs/html/node31.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-03-12 11:30:04 UTC
  • mfrom: (0.41.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100312113004-b0fop4bkycszdd0z
Tags: 0.96~rc1+dfsg-0ubuntu1
* New upstream RC - FFE (LP: #537636):
  - Add OfficialDatabaseOnly option to clamav-base.postinst.in
  - Add LocalSocketGroup option to clamav-base.postinst.in
  - Add LocalSocketMode option to clamav-base.postinst.in
  - Add CrossFilesystems option to clamav-base.postinst.in
  - Add ClamukoScannerCount option to clamav-base.postinst.in
  - Add BytecodeSecurity opiton to clamav-base.postinst.in
  - Add DetectionStatsHostID option to clamav-freshclam.postinst.in
  - Add Bytecode option to clamav-freshclam.postinst.in
  - Add MilterSocketGroup option to clamav-milter.postinst.in
  - Add MilterSocketMode option to clamav-milter.postinst.in
  - Add ReportHostname option to clamav-milter.postinst.in
  - Bump libclamav SO version to 6.1.0 in libclamav6.install
  - Drop clamdmon from clamav.examples (no longer shipped by upstream)
  - Drop libclamav.a from libclamav-dev.install (not built by upstream)
  - Update SO version for lintian override for libclamav6
  - Add new Bytecode Testing Tool, usr/bin/clambc, to clamav.install
  - Add build-depends on python and python-setuptools for new test suite
  - Update debian/copyright for the embedded copy of llvm (using the system
    llvm is not currently feasible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
8
<HTML>
9
9
<HEAD>
10
 
<TITLE>clamd</TITLE>
11
 
<META NAME="description" CONTENT="clamd">
 
10
<TITLE>Output format</TITLE>
 
11
<META NAME="description" CONTENT="Output format">
12
12
<META NAME="keywords" CONTENT="clamdoc">
13
13
<META NAME="resource-type" CONTENT="document">
14
14
<META NAME="distribution" CONTENT="global">
19
19
<LINK REL="STYLESHEET" HREF="clamdoc.css">
20
20
 
21
21
<LINK REL="previous" HREF="node30.html">
22
 
<LINK REL="up" HREF="node29.html">
 
22
<LINK REL="up" HREF="node27.html">
23
23
<LINK REL="next" HREF="node32.html">
24
24
</HEAD>
25
25
 
26
26
<BODY >
27
27
 
28
28
<DIV CLASS="navigation"><!--Navigation Panel-->
29
 
<A NAME="tex2html595"
 
29
<A NAME="tex2html599"
30
30
  HREF="node32.html">
31
31
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
 
32
<A NAME="tex2html595"
 
33
  HREF="node27.html">
 
34
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
32
35
<A NAME="tex2html591"
33
 
  HREF="node29.html">
34
 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
35
 
<A NAME="tex2html587"
36
36
  HREF="node30.html">
37
37
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
38
 
<A NAME="tex2html593"
 
38
<A NAME="tex2html597"
39
39
  HREF="node1.html">
40
40
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
41
41
<BR>
42
 
<B> Next:</B> <A NAME="tex2html596"
43
 
  HREF="node32.html">LibClamAV</A>
44
 
<B> Up:</B> <A NAME="tex2html592"
45
 
  HREF="node29.html">Output format</A>
46
 
<B> Previous:</B> <A NAME="tex2html588"
47
 
  HREF="node30.html">clamscan</A>
48
 
 &nbsp; <B>  <A NAME="tex2html594"
 
42
<B> Next:</B> <A NAME="tex2html600"
 
43
  HREF="node32.html">clamscan</A>
 
44
<B> Up:</B> <A NAME="tex2html596"
 
45
  HREF="node27.html">Usage</A>
 
46
<B> Previous:</B> <A NAME="tex2html592"
 
47
  HREF="node30.html">Clamuko</A>
 
48
 &nbsp; <B>  <A NAME="tex2html598"
49
49
  HREF="node1.html">Contents</A></B> 
50
50
<BR>
51
51
<BR></DIV>
52
52
<!--End of Navigation Panel-->
53
53
 
54
 
<H3><A NAME="SECTION00064200000000000000">
55
 
clamd</A>
56
 
</H3>
57
 
    The output format of <code>clamd</code> is very similar to <code>clamscan</code>.
58
 
    <PRE>
59
 
        zolw@localhost:~$ telnet localhost 3310
60
 
        Trying 127.0.0.1...
61
 
        Connected to localhost.
62
 
        Escape character is '^]'.
63
 
        SCAN /home/zolw/test
64
 
        /home/zolw/test/clam.exe: ClamAV-Test-File FOUND
65
 
        Connection closed by foreign host.
66
 
</PRE>
67
 
    In the <SPAN  CLASS="textbf">SCAN</SPAN> mode it closes the connection when the first virus
68
 
    is found.
69
 
    <PRE>
70
 
        SCAN /home/zolw/test/clam.zip
71
 
        /home/zolw/test/clam.zip: ClamAV-Test-File FOUND
72
 
</PRE>
73
 
    <SPAN  CLASS="textbf">CONTSCAN</SPAN> and <SPAN  CLASS="textbf">MULTISCAN</SPAN> don't stop scanning in case
74
 
    a virus is found.
75
 
<BR>
76
 
Error messages are printed in the following format:
77
 
    <PRE>
78
 
        SCAN /no/such/file
79
 
        /no/such/file: Can't stat() the file. ERROR
80
 
</PRE>
 
54
<H2><A NAME="SECTION00064000000000000000">
 
55
Output format</A>
 
56
</H2>
81
57
 
82
58
<P>
83
59
<BR><HR>
 
60
<!--Table of Child-Links-->
 
61
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>
 
62
 
 
63
<UL CLASS="ChildLinks">
 
64
<LI><A NAME="tex2html601"
 
65
  HREF="node32.html">clamscan</A>
 
66
<LI><A NAME="tex2html602"
 
67
  HREF="node33.html">clamd</A>
 
68
</UL>
 
69
<!--End of Table of Child-Links-->
 
70
<BR><HR>
84
71
<ADDRESS>
85
72
Tomasz Kojm
86
 
2009-10-28
 
73
2010-03-10
87
74
</ADDRESS>
88
75
</BODY>
89
76
</HTML>