clamscan -exclude-dir 多个排除的dir
您可以使用逗号(,)将多个目录排除在外。例如:
clamscan -r -i --exclude-dir=/var/log,/home/user/Downloads /home/user
这将扫描/home/user目录,但排除/var/log和/home/user/Downloads目录。
原文地址: https://www.cveoy.top/t/topic/g8Tz 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
您可以使用逗号(,)将多个目录排除在外。例如:
clamscan -r -i --exclude-dir=/var/log,/home/user/Downloads /home/user
这将扫描/home/user目录,但排除/var/log和/home/user/Downloads目录。
原文地址: https://www.cveoy.top/t/topic/g8Tz 著作权归作者所有。请勿转载和采集!