<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https:///index.php?action=history&amp;feed=atom&amp;title=Clamav</id>
	<title>Clamav - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https:///index.php?action=history&amp;feed=atom&amp;title=Clamav"/>
	<link rel="alternate" type="text/html" href=""/>
	<updated>2026-04-07T09:26:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id></id>
		<title>Gr0x0rd: Created page with &quot;== Configuring Software - antivirus ==  While the nature of Gentoo Linux will keep you relatively virus-free for the rest of your computing days, there are still rootkits and oth…&quot;</title>
		<link rel="alternate" type="text/html" href=""/>
		<updated>2010-12-10T02:09:13Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Configuring Software - antivirus ==  While the nature of Gentoo Linux will keep you relatively virus-free for the rest of your computing days, there are still rootkits and oth…&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Configuring Software - antivirus ==&lt;br /&gt;
&lt;br /&gt;
While the nature of Gentoo Linux will keep you relatively virus-free for the rest of your computing days, there are still rootkits and other baddies out there that can infect your system. You may also want to have a tool on hand to scan torrents you are downloading and installing into virtual machines or sharing with friends. An excellent and simple antivirus package is &amp;#039;&amp;#039;clamav&amp;#039;&amp;#039;.&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; sudo emerge -av clamav&lt;br /&gt;
Once it has emerged, set it to start with the system and start the daemon.&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; sudo rc-update add clamd default&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; sudo /etc/init.d/clamd start&lt;br /&gt;
This will also start freshclam, clamav&amp;#039;s automatic database update service. To run clamav as a normal user, you&amp;#039;ll need to add yourself to the clamav group. Substitute your username for &amp;#039;&amp;#039;username&amp;#039;&amp;#039; below.&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; sudo usermod -a -G clamav &amp;#039;&amp;#039;username&amp;#039;&amp;#039;&lt;br /&gt;
To scan a file or folder using clamav, use the &amp;#039;&amp;#039;clamscan&amp;#039;&amp;#039; command.&lt;br /&gt;
 &amp;#039;&amp;#039;&amp;#039;$&amp;#039;&amp;#039;&amp;#039; clamscan &amp;#039;&amp;#039;filename&amp;#039;&amp;#039;&lt;br /&gt;
You can use &amp;#039;&amp;#039;clamscan --help&amp;#039;&amp;#039; to view a list of options for clamav. You can use cron to set up a regularly scheduled virus scan.&lt;/div&gt;</summary>
		<author><name>Gr0x0rd</name></author>
	</entry>
</feed>