rkhunter: add page (#8047)

This commit is contained in:
CleanMachine1
2022-04-24 20:51:39 +00:00
committed by GitHub
parent 381293d79f
commit df45659cd5

24
pages/linux/rkhunter.md Executable file
View File

@@ -0,0 +1,24 @@
# rkhunter
> Searches for rootkits and malware.
> More information: <https://wiki.archlinux.org/title/Rkhunter>.
- Check a system for rootkits and malware:
`sudo rkhunter --check`
- Update rkhunter:
`sudo rkhunter --update`
- Print all available tests:
`sudo rkhunter --list`
- Display version:
`sudo rkhunter --versioncheck`
- Display help:
`sudo rkhunter --help`