Files
cheatsheet-tldr/tldr/linux/wdctl
2025-03-29 00:18:23 +00:00

22 lines
430 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`