mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
wdctl: add page (#7112)
This commit is contained in:
parent
da2545ca54
commit
b39cdcc602
1 changed files with 16 additions and 0 deletions
16
pages/linux/wdctl.md
Normal file
16
pages/linux/wdctl.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue