1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/rkhunter.md

25 lines
362 B
Markdown
Raw Normal View History

2022-04-24 20:51:39 +00:00
# rkhunter
> Searches for rootkits and malware.
> More information: <https://manned.org/rkhunter>.
2022-04-24 20:51:39 +00:00
- 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`