mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
430 B
Plaintext
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}}`
|