mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 14:55:25 +02:00
chkrootkit: add page (#17016)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
e1794dbcc2
commit
3dea7b1eea
1 changed files with 36 additions and 0 deletions
36
pages/common/chkrootkit.md
Normal file
36
pages/common/chkrootkit.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# chkrootkit
|
||||
|
||||
> Scan system for rootkits.
|
||||
> More information: <https://manned.org/chkrootkit>.
|
||||
|
||||
- Enable [q]uiet mode and suppress normal test results:
|
||||
|
||||
`chkrootkit -q`
|
||||
|
||||
- Enable e[x]pert mode and produce additional outputs:
|
||||
|
||||
`chkrootkit -x`
|
||||
|
||||
- Enable [d]ebug mode to show all output:
|
||||
|
||||
`chkrootkit -d`
|
||||
|
||||
- Specify [e]xcluded files for some tests:
|
||||
|
||||
`chkrootkit -e "{{path/to/file}}"`
|
||||
|
||||
- Specify a directory as the [r]oot for testing (e.g. mounted `ext` drives):
|
||||
|
||||
`chkrootkit -r {{path/to/directory}}`
|
||||
|
||||
- Ignore [n]fs-mounted directories:
|
||||
|
||||
`chkrootkit -n`
|
||||
|
||||
- Invoke [T]ests and ignore specific filesystem types:
|
||||
|
||||
`chkrootkit -T {{filesystemtype}}`
|
||||
|
||||
- Generate [l]ist of available tests:
|
||||
|
||||
`chkrootkit -l`
|
Loading…
Add table
Reference in a new issue