HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wdctl — Show the hardware watchdog status. More information: <https://manned.org/wdctl>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandhardwareshowstatuswdctlcliwatchdog
linux

Problem

How to use the wdctl command: Show the hardware watchdog status. More information: <https://manned.org/wdctl>.

Solution

wdctl — Show the hardware watchdog status. More information: <https://manned.org/wdctl>.

Display the watchdog status:
wdctl


Display the watchdog status in a single line in key-value pairs:
wdctl {{[-O|--oneline]}}


Display only specific watchdog flags (list is driver specific):
wdctl {{[-f|--flags]}} {{flag_list}}

Code Snippets

Display the watchdog status

wdctl

Display the watchdog status in a single line in key-value pairs

wdctl {{[-O|--oneline]}}

Display only specific watchdog flags (list is driver specific)

wdctl {{[-f|--flags]}} {{flag_list}}

Context

tldr-pages: linux/wdctl

Revisions (0)

No revisions yet.