LinuxCommandLibrary

rkhunter

Searches for rootkits and malware.

TLDR

Check a system for rootkits and malware

$ sudo rkhunter --check
copy


Update rkhunter
$ sudo rkhunter --update
copy


Print all available tests
$ sudo rkhunter --list
copy


Display version
$ sudo rkhunter --versioncheck
copy


Display help
$ sudo rkhunter --help
copy

Copied to clipboard