1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/wdctl.md
2021-11-22 09:50:44 -03:00

16 lines
320 B
Markdown

# 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 --oneline`
- Display only specific watchdog flags (list is driver specific):
`wdctl --flags {{flag_list}}`