clamav Questions
3
Solved
I want to kill the nodepad process if it exists. If I use this:
PS C:\> get-process -name notepad | Stop-Process -Force
I will get an error when the process does not exist.
get-process : Cannot...
Rheostat asked 27/4, 2021 at 16:27
3
Solved
When I tried to Scan the /home directory I got this error.
[root@ip-172-31-34-67 ~]# clamscan /home
LibClamAV Error: cli_loaddbdir(): No supported database files found in /var/lib/clamav
ERROR: Can...
1
Solved
I am trying to stop Clamav service in Linux, but I am not able to do that.
I have installed Clamav in a seperate directory.
When running below command:
$ systemctl stop clamav-daemon
I get this...
1
© 2022 - 2024 — McMap. All rights reserved.