Did a full system update as of today.
I was in the home/username directory. I did this line.
Code:
clamscan / -r --exclude-dir=/sys --exclude-dir=/proc --exclude-dir=/dev --exclude-dir=/.snapshots --follow-dir-symlinks=0 --follow-file-symlinks=0 --cross-fs=no
Another day, I did this line again. This time using "cd .." again and again, until I reached the rootdir (/).
Code:
----------- SCAN SUMMARY -----------
Known viruses: 6815660
Engine version: 0.100.3
Scanned directories: 32042
Scanned files: 216701
Infected files: 0
Code:
#blkid -o list
device fs_type label mount point
----------------------------------------------------------------------------------------------------------
/dev/sda1 vfat /boot/efi
/dev/sda2 btrfs (in use)
/dev/sda3 swap [SWAP]
My last opensuse install had a separate home directory. This time I just used defaults. I'll add back the separate home directory when I upgrade to 'opensuse 15.2'.
Navigating to home\username\downloads I do.
Code:
#clamscan
----------- SCAN SUMMARY -----------
Known viruses: 6815660
Engine version: 0.100.3
Scanned directories: 1
Scanned files: 16
Infected files: 1
Same directory:
Code:
clamscan --exclude-dir=/sys --exclude-dir=/proc --exclude-dir=/dev --exclude-dir=/.snapshots --follow-dir-symlinks=0 --follow-file-symlinks=0 --cross-fs=no
----------- SCAN SUMMARY -----------
Known viruses: 6815660
Engine version: 0.100.3
Scanned directories: 1
Scanned files: 16
Infected files: 1
??
Bookmarks