snippetbashTip
chkrootkit — Scan system for rootkits. More information: <https://manned.org/chkrootkit>.
Viewed 0 times
commandrootkitschkrootkitclimorescanforsystem
Problem
How to use the
chkrootkit command: Scan system for rootkits. More information: <https://manned.org/chkrootkit>.Solution
chkrootkit — Scan system for rootkits. More information: <https://manned.org/chkrootkit>.Enable [q]uiet mode and suppress normal test results:
chkrootkit -qEnable e[x]pert mode and produce additional outputs:
chkrootkit -xEnable [d]ebug mode to show all output:
chkrootkit -dSpecify [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 -nInvoke [T]ests and ignore specific filesystem types:
chkrootkit -T {{filesystemtype}}Generate [l]ist of available tests:
chkrootkit -lCode Snippets
Enable [q]uiet mode and suppress normal test results
chkrootkit -qEnable e[x]pert mode and produce additional outputs
chkrootkit -xEnable [d]ebug mode to show all output
chkrootkit -dSpecify [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}}Context
tldr-pages: common/chkrootkit
Revisions (0)
No revisions yet.