首先是安裝囉~
可以到http://www.avast.com/eng/avast-for-linux-workstation.html
下載與註冊取得一年的更新序號~Free喔
安裝:
# rpm -ivh avast4workstation-1.0.8-1.i586
就這麼簡單
第一次啟動吧:
# avast -c /tmp
這樣下條件是有意義的,因為 第一次啟動要輸入序號,如果只下
# avast
那會把整台機器掃一次毒,這會等很久喔!
接下來要先更新:
# avast-update
第一次更新會等一下下啦~
正式掃毒:
希望顯示掃毒狀況與預設自動清除病毒病指定檢查 /etc 目錄,寫log 到 /var/log/avastscan.log中,並對所有壓縮檔案內的文件掃毒
# avast -c /etc -r /var/log/avastscan.log --archivetype='A' --continue=3
如果要設定在 crontab 中
# crontab -e -u root
然後加一條如下的指令,設定每天 早上 5:00 掃整台電腦
00 5 * * * avast -r /var/log/avastscan.log -n --archivetype='A' --continue=3
就可以囉~
後面附上指令參數說明:
參數
====
-_, --console
work in stdin/stdout (filter) mode
-a, --testall
test all files, regardless of extension or content (default)
-b, --blockdevices
scan block devices
-c, --testfull
scan entire files (may be slow)
-d, --directory
scan only directory content, don't scan subdirectories
-i, --ignoretype
ignore virus targeting
-n, --nostats
do not report statistics in the scanner output
-p, --continue=NUMBER
allows setting of an action to be automatically performed:
delete file - 1, repair file - 3, user input - 4
-r, --report=[*]FILE
write output to a report file, '*' for OK results
-t, --archivetype[=ARCHIVE_LIST]
scan inside archives. ARCHIVE_LIST may be `Z(zip)', `G(gzip)',
`B(bzip2)`, `T(tar)', `I(mime)', `J(arj)', `R(rar)', `X(exec)',
`O(zoo)', `Q(arc)', `H(lha)', `F(tnef)', `V(cpio)', `K(chm)',
`P(rpm)', `Y(iso)', `D(dbx)', `6(sis)', `U(ole)', `W(winexec)',
`A(all)' or `N(none)'
-v, --viruslist[=PATTERN]
show list of virus/worm names matching PATTERN string, and quit
-h, --help
display help and exits
--usage
display program usage, and quit
-V, --version
output current version information and exit
-
‧
-
‧
-
‧
相關問答
- 好用.免安裝的掃毒軟體
- 如何在winpe中加入掃毒軟體,急急
- Kavo病毒
- NOD32 提供的免費線上掃毒
- Linux
- 最新電腦病毒
- 解決KAVO隨身碟病毒
- Linux轉VMware的問題
- 防止信箱病毒 自動轉發信件的方法...
- 用36家防毒軟體一同為你掃毒
- 拍賣病毒信
- 怕中毒嗎?一次用33家防毒軟體幫你掃毒
- LPI (Linux Professtional Institute)
- 免費線上病毒和惡意軟體掃瞄
- 請問Linux i386跟x86_64版本?
- 用linux Fedora 8 架mail server
- Linux 的IPSec VPN建置方法
- 網頁上的威脅跟一般我們認知的病毒,是什麼樣的關係?
- 防木馬程式,我現用Avg Anti-Spyware Plus 7.5使用效果不錯,比較不會佔用資源,且可有效掃木馬病毒
- kavo變種---jvvo.exe病毒









