mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-17 00:49:18 +00:00
Update cheatsheets
This commit is contained in:
21
linux/wdctl
Normal file
21
linux/wdctl
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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 --oneline`
|
||||
|
||||
- Display only specific watchdog flags (list is driver specific):
|
||||
|
||||
`wdctl --flags {{flag_list}}`
|
||||
Reference in New Issue
Block a user