2003-11-11 22:10:27 +00:00
. \" Manual page created by Tomasz Kojm, 20020929
.TH "Clam Daemon" "8" "November 11, 2003" "Tomasz Kojm" "Clam AntiVirus"
2003-07-29 15:37:11 +00:00
.SH "NAME"
.LP
clamd \- an anti\- virus daemon
.SH "SYNOPSIS"
.LP
clamd [options]
.SH "DESCRIPTION"
.LP
The daemon listens for incoming connections on Unix or TCP socket and scans files or directories on demand. It's a part of the Clam AntiVirus package. It reads its configuration information from a clamav.conf file. It provides on\- access scanning feature (clamuko) under Linux.
.SH "COMMANDS"
.LP
clamd recognizes the following commands:
.TP
\fB PING\fR
Check the server's state. It should reply with "PONG".
.TP
\fB VERSION\fR
2003-11-11 22:10:27 +00:00
Print a version information.
2003-07-29 15:37:11 +00:00
.TP
\fB RELOAD\fR
2003-11-11 22:10:27 +00:00
Reload the virus databases.
2003-07-29 15:37:11 +00:00
.TP
\fB QUIT\fR
Perform a clean exit.
.TP
\fB SCAN file/directory\fR
Scan a file or directory (recursively) with archive support enabled (if not disabled in clamav.conf). A full path is required.
.TP
\fB RAWSCAN file/directory\fR
Scan a file or directory (recursively) with archive support disabled. A full path is required.
.TP
\fB CONTSCAN file/directory\fR
2003-11-11 22:10:27 +00:00
Scan a file or directory (recursively) with archive support enabled and continue scanning even when virus is found. A full path is required.
2003-07-29 15:37:11 +00:00
.TP
\fB STREAM\fR
Scan stream \- on this command clamd will return "PORT number" and you can connect to that port and send a data to scan.
.SH "OPTIONS"
.LP
.TP
\fB \- h, \- \- help\fR
Output help information and exit.
.TP
\fB \- V, \- \- version\fR
Print the version number and exit.
.TP
\fB \- c FILE, \- \- config\- file=FILE\fR
2003-11-11 22:10:27 +00:00
Read configuration from FILE.
2003-07-29 15:37:11 +00:00
.SH "CREDITS"
Please check the full documentation for credits.
.SH "AUTHOR"
.LP
2003-11-11 22:10:27 +00:00
Tomasz Kojm <tkojm@clamav.net>
2003-07-29 15:37:11 +00:00
.SH "SEE ALSO"
.LP
2003-11-11 22:10:27 +00:00
clamdscan(1), clamscan(1), freshclam(1), sigtool(1), clamav.conf(5), clamav\- milter(8)