wdctl

Show the hardware watchdog status. More information: <https://manned.org/wdctl>.

Install

All systems
curl cmd.cat/wdctl.sh
Debian Debian
apt-get install util-linux
Ubuntu
apt-get install util-linux
Alpine
apk add util-linux
Arch Arch Linux
pacman -S util-linux
image/svg+xml Kali Linux
apt-get install util-linux
CentOS
yum install util-linux
Fedora
dnf install util-linux
Windows (WSL2)
sudo apt-get update sudo apt-get install util-linux
OS X
brew install util-linux
Raspbian
apt-get install util-linux
Docker
docker run cmd.cat/wdctl wdctl powered by Commando

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

© tl;dr; authors and contributors