Changes for page ClamAV


From version 23.4
edited by fse
on 25.05.2022, 15:46
Change comment: There is no comment for this version
To version 23.5
edited by fse
on 25.05.2022, 15:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -60,7 +60,7 @@
60 60  ; Update the package list:
61 61  ; {{code language="shell"}} sudo apt-get update {{/code}}
62 62  
63 -; Install //ClamAV// and //ClamAV// daemon:
63 +; Install //ClamAV// and //ClamAV//-daemon:
64 64  ; {{code language="shell"}} sudo apt-get install clamav clamav-daemon -y {{/code}}
65 65  
66 66  === Update the virus signature database ===
... ... @@ -70,7 +70,7 @@
70 70  ; Terminate the automatic //freshclam// process:
71 71  ; {{code language="shell"}} sudo systemctl stop clamav-freshclam {{/code}}
72 72  
73 -; Manually update virus signature databank:
73 +; Manually update virus signature database:
74 74  ; {{code language="shell"}} sudo freshclam {{/code}}
75 75  
76 76  === Configuration //ClamAV//-Daemon ===