Files
tldr/pages.zh/linux/rkhunter.md

24 lines
377 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# rkhunter
> 搜索根套件和恶意软件。
> 更多信息:<https://manned.org/rkhunter>。
- 检查系统是否存在根套件和恶意软件:
`sudo rkhunter --check`
- 更新 rkhunter
`sudo rkhunter --update`
- 打印所有可用的测试:
`sudo rkhunter --list`
- 显示版本:
`sudo rkhunter --versioncheck`
- 显示帮助:
`sudo rkhunter --help`