~ubuntu-branches/ubuntu/gutsy/avscan/gutsy-backports

« back to all changes in this revision

Viewing changes to avscan/help/command_line.html

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2007-02-28 19:26:49 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070228192649-ur655x0ttlqucokc
Tags: 1.3.1-openssl-4
* Add MIME entry for application/x-msdos-program (Closes: #411760).
* Update clamav 0.90 patch, s/CL_SCAN_STDOPT/CL_DB_STDOPT/
  (Closes: #412838).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
</ul>
39
39
 
40
40
<p>
41
 
<code>&lt;path(s)...&gt;</code> specifies the full paths to the
42
 
file(s) and/or directory(ies) to scan at startup.
43
 
</p>
 
41
The <code>&lt;path(s)...&gt;</code> specifies the full paths to the
 
42
<b>file(s)</b> and/or <b>directory(ies)</b> to <b>scan</b> at startup.
 
43
</p>
 
44
 
 
45
<p>
 
46
The <code>--scan</code> argument specifies to run in <b>scanner
 
47
mode</b>. This mode is used by this program when calling itself
 
48
to perform a <b>scan process</b> and is therefore not intended to be
 
49
specified by the user.
 
50
</p>
 
51
 
44
52
 
45
53
<a name="options">
46
54
 
47
55
<p>
48
 
<code>[options]</code>can be any of the following:
 
56
The <code>[options]</code>can be any of the following:
49
57
</p>
50
58
 
51
59
<table border="0" cellspacing="0" cellpadding="5">
54
62
  <th>Description</th>
55
63
 </tr><tr>
56
64
  <td><code>--recursive</code></td>
57
 
  <td>Recurse into subdirectories</td>
 
65
  <td><b>Recurse</b> into <b>subdirectories</b>.</td>
58
66
 </tr><tr>
59
67
  <td><code>-r</code></td>
60
 
  <td>Same as <code>--recursive</code></td>
 
68
  <td>Same as <code>--recursive</code>.</td>
61
69
 </tr><tr>
62
70
  <td><code>--executables-only</code></td>
63
 
  <td>Scan executable files only</td>
 
71
  <td>Scan <b>executable</b> <b>files</b> only.</td>
64
72
 </tr><tr>
65
73
  <td><code>-x</code></td>
66
 
  <td>Same as <code>--executables-only</code></td>
 
74
  <td>Same as <code>--executables-only</code>.</td>
67
75
 </tr><tr>
68
76
  <td><code>--ignore-links</code></td>
69
 
  <td>Do not scan links</td>
 
77
  <td>Do not scan <b>links</b>.</td>
70
78
 </tr><tr>
71
79
  <td><code>-l</code></td>
72
 
  <td>Same as <code>--ignore-links</code></td>
 
80
  <td>Same as <code>--ignore-links</code>.</td>
73
81
 </tr><tr>
74
82
  <td><code>--database &lt;path&gt;</code></td>
75
 
  <td>Set the <i>virus database</i> to <code>&lt;path&gt;</code>
76
 
(this may be a file or directory)</td>
 
83
  <td>Set the <b>virus database</b> to <code>&lt;path&gt;</code>
 
84
(<code>&lt;path&gt;</code> may be either a <i>file</i> or a
 
85
<i>directory</i>).</td>
77
86
 </tr><tr>
78
87
  <td><code>-db &lt;path&gt;</code></td>
79
 
  <td>Same as <code>--database</code></td>
80
 
 </tr><tr>
81
 
  <td><code>--scan</code></td>
82
 
  <td>Specifies to perform a scan in text-mode. This is typically used
83
 
internally by this program to call itself in order to perform a scan
84
 
process when it is running in GUI mode.</td>
 
88
  <td>Same as <code>--database</code>.</td>
 
89
 </tr><tr>
 
90
  <td><code>--cpu-priority &lt;priority&gt;</code></td>
 
91
  <td>Sets the <b>CPU priority</b>, valid values are;
 
92
<code>highest</code>, <code>high</code>, <code>medium</code>,
 
93
<code>low</code>, <code>lowest</code>.</td>
 
94
 </tr><tr>
 
95
  <td><code>--report-all-objects</code></td>
 
96
  <td>Specifies to report <i>all</i> <b>objects</b> that have been <i>scanned</i> to the <b>Results List</b>.</td>
 
97
 </tr><tr>
 
98
  <td><code>--no-report-all-objects</code></td>
 
99
  <td>Specifies to <i>only</i> report <i>objects</i> that have <b>problems</b> or <b>viruses</b> (opposite of <code>--report-all-objects</code>).</td>
 
100
 </tr><tr>
 
101
  <td><code>--max-files &lt;n&gt;</code></td>
 
102
  <td>Sets the maximum <b>number</b> of <i>files</i> in an <b>archive</b> to scan.</td>
 
103
 </tr><tr>
 
104
  <td><code>--max-file-size &lt;n&gt;</code></td>
 
105
  <td>Sets the maximum <b>size</b> of a <i>file</i> in an <i>archive</i> to scan.</td>
 
106
 </tr><tr>
 
107
  <td><code>--max-recursions &lt;n&gt;</code></td>
 
108
  <td>Sets the maximum <i>archive</i> <b>recursions</b>.</td>
 
109
 </tr><tr>
 
110
  <td><code>--max-mail-recursions &lt;n&gt;</code></td>
 
111
  <td>Sets the maximum <b>mail</b> <i>recursions</i>.</td>
 
112
 </tr><tr>
 
113
  <td><code>--max-compression-ratio &lt;n&gt;</code></td>
 
114
  <td>Set the maximum <i>archive</i> <b>compression ratio</b> to scan.</td>
85
115
 </tr><tr>
86
116
  <td><code>--help</code></td>
87
 
  <td>Prints the help screen and exits</td>
 
117
  <td>Prints the <b>help screen</b> and <b>exits</b>.</td>
88
118
 </tr><tr>
89
119
  <td><code>--version</code></td>
90
 
  <td>Prints the version and exits</td>
 
120
  <td>Prints the <b>version</b> and <i>exits</i>.</td>
91
121
 </tr>
92
122
</table>
93
123
 
155
185
 
156
186
<br>
157
187
<font size="1">
158
 
Back to the <a href="#top">top</a>
 
188
Back to the <a href="#top">top</a>.
159
189
</font>
160
190
 
161
191
 
211
241
 
212
242
<br>
213
243
<font size="1">
214
 
Back to the <a href="#top">top</a>
 
244
Back to the <a href="#top">top</a>.
215
245
</font>
216
246
 
217
247
 
224
254
  <th>Description</th>
225
255
 </tr><tr>
226
256
  <td><code>0</code></td>
227
 
  <td>Success</td>
 
257
  <td>Success.</td>
228
258
 </tr><tr>
229
259
  <td><code>1</code></td>
230
 
  <td>Virus detected or general error</td>
 
260
  <td><b>Virus</b> detected or <b>general error</b>.</td>
231
261
 </tr><tr>
232
262
  <td><code>2</code></td>
233
 
  <td>Bad value</td>
 
263
  <td><b>Invalid value</b>.</td>
234
264
 </tr><tr>
235
265
  <td><code>3</code></td>
236
 
  <td>Systems error or memory allocation error</td>
 
266
  <td><b>Systems error</b> or <b>memory allocation error</b>.</td>
237
267
 </tr><tr>
238
268
  <td><code>4</code></td>
239
 
  <td>User aborted</td>
 
269
  <td><b>User aborted</b> (otherwise no other <i>error</i>).</td>
240
270
 </tr><tr>
241
271
  <td><code>5</code></td>
242
 
  <td>An identical operation is already in progress</td>
 
272
  <td>User responded with "no" to a query (otherwise no other <i>error</i>).</td>
 
273
 </tr><tr>
 
274
  <td><code>6</code></td>
 
275
  <td>An <b>identical operation</b> is already in progress.</td>
 
276
 </tr><tr>
 
277
  <td><code>7</code></td>
 
278
  <td>Reserved.</td>
243
279
 </tr><tr>
244
280
  <td><code>8</code></td>
245
 
  <td>Segmentation fault</td>
 
281
  <td><b>Segmentation fault</b>.</td>
 
282
 
 
283
 </tr><tr>
 
284
  <td><code>50</code></td>
 
285
  <td>Unable to <i>load</i> or <i>initialize</i> the <i>virus database</i>.</td>
 
286
 </tr><tr>
 
287
  <td><code>51</code></td>
 
288
  <td>An input <i>file</i> has a <b>corrupt format</b> or a <i>format</i> not
 
289
consistent with its <b>extension</b>.</td>
 
290
 </tr><tr>
 
291
  <td><code>52</code></td>
 
292
  <td>Unsupported <i>object</i> type.</td>
 
293
 </tr><tr>
 
294
  <td><code>53</code></td>
 
295
  <td>Unable to <b>open</b> an input <i>directory</i>.</td>
 
296
 </tr><tr>
 
297
  <td><code>54</code></td>
 
298
  <td>Unable to <i>open</i> an input <i>file</i>.</td>
 
299
 </tr><tr>
 
300
  <td><code>55</code></td>
 
301
  <td>An <i>error</i> occured while <b>reading</b> an input <i>file</i>.</td>
 
302
 </tr><tr>
 
303
  <td><code>56</code></td>
 
304
  <td>Unable to <code>stat()</code> or <code>lstat()</code> an input <i>file</i>.</td>
 
305
 </tr><tr>
 
306
  <td><code>57</code></td>
 
307
  <td>Scan of <i>object</i> was <b>incomplete</b> because it would otherwise exceed a specified <b>limit</b>.</td>
 
308
 </tr><tr>
 
309
  <td><code>58</code></td>
 
310
  <td>Reserved.</td>
 
311
 </tr><tr>
 
312
  <td><code>59</code></td>
 
313
  <td><b>Scanner subsystem</b> or <b>plugin</b> is unable to scan an input <i>file</i>.</td>
 
314
 </tr><tr>
 
315
  <td><code>99</code></td>
 
316
  <td>No <i>virus scanner</i> support compiled.</td>
246
317
 </tr>
247
318
</table>
248
319
 
249
320
<br>
250
321
<font size="1">
251
 
Back to the <a href="#top">top</a>
 
322
Back to the <a href="#top">top</a>.
252
323
</font>
253
324
 
254
325
 
258
329
<tr><td align="right">
259
330
 <font size="1">
260
331
 <a href="http://wolfpack.twu.net/Endeavour2/contrib/index.html#avscan">
261
 
AVScan</a> is Copyright &copy; 1997-2006
262
 
 <a href="http://wolfpack.twu.net/">WolfPack Entertainment</a>
 
332
AVScan</a> is Copyright &copy; 1997-2007
 
333
 <a href="http://wolfpack.twu.net/">WolfPack Entertainment</a>.
263
334
 </font>
264
335
</td></tr>
265
336
</table>