1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 16:35:37 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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`