diff --git a/pages/linux/wdctl.md b/pages/linux/wdctl.md new file mode 100644 index 000000000..3ea49c18f --- /dev/null +++ b/pages/linux/wdctl.md @@ -0,0 +1,16 @@ +# wdctl + +> Show the hardware watchdog status. +> More information: . + +- Display the watchdog status: + +`wdctl` + +- Display the watchdog status in a single line in key-value pairs: + +`wdctl --oneline` + +- Display only specific watchdog flags (list is driver specific): + +`wdctl --flags {{flag_list}}`