table of contents
WDCTL(8) | System Administration | WDCTL(8) |
NAME¶
wdctl - show hardware watchdog status
SYNOPSIS¶
wdctl [options] [device...]
DESCRIPTION¶
Show hardware watchdog status. The default device is /dev/watchdog. If more than one device is specified then the output is separated by one blank line.
If the device is already used or user has no permissions to read from the device, then wdctl reads data from sysfs. In this case information about supported features (flags) might be missing.
Note that the number of supported watchdog features is hardware specific.
OPTIONS¶
-f, --flags list
-F, --noflags
-I, --noident
-n, --noheadings
-o, --output list
-O, --oneline
-r, --raw
-s, -settimeout seconds
-T, --notimeouts
-x, --flags-only
-V, --version
-h, --help
AUTHORS¶
Karel Zak <kzak@redhat.com>, Lennart Poettering <lennart@poettering.net>
REPORTING BUGS¶
For bug reports, use the issue tracker at <https://github.com/karelzak/util-linux/issues>.
AVAILABILITY¶
The wdctl command is part of the util-linux package which can be downloaded from Linux Kernel Archive <https://www.kernel.org/pub/linux/utils/util-linux/>.
2022-02-14 | util-linux 2.37.4 |