Avast WEBforum

Business Products => Avast Business => Avast Business for Linux => Topic started by: engin4 on December 04, 2023, 06:14:57 PM

Title: Full system scan on Debian
Post by: engin4 on December 04, 2023, 06:14:57 PM
Hey there, I would like to see an example that easily make a full system scan without interfering some directories like /dev/ e.g. Can you give me an example scan command excluding these temporary and system direcories? ;)
Title: Re: Full system scan on Debian
Post by: bednar on December 06, 2023, 10:01:05 AM
Hi, the -e parameter is what you're looking for.

Quote
-e _PATH_
Exclude _PATH_ from the scan. Use this option multiple times when more than one exclude path is
required.


Code: [Select]
scan -e /dev /path/to/scan
It's all in the man page of the scan command.