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:
parent
381293d79f
commit
df45659cd5
1 changed files with 24 additions and 0 deletions
24
pages/linux/rkhunter.md
Executable file
24
pages/linux/rkhunter.md
Executable 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`
|
Loading…
Add table
Reference in a new issue