Linux wdctl Command
What is Linux wdctl Command?
In this tutorial we learn how to use wdctl command in Linux. wdctl command is wdctl - show hardware watchdog status.
wdctl Syntax
wdctl [options] [device...]wdctl Examples
wdctl Command Manual / Help
We can use man and info command to see the manual page of wdctl command. wdctl command also have --help option to show list of options.
To open man page for wdctl command we can use command below. To exit man or info page you can press q.
man wdctlTo open info page for wdctl command we can use command below.
info wdctlTo open help page from wdctl command we can run command below.
wdctl --helpLinux wdctl Command Source Code
You can find wdctl command source code from the folowing repositories:
Related Linux Commands
You can read tutorials of related Linux commands below:
Summary
In this tutorial we learn how to use wdctl in Linux with practical examples. Visit our Linux Commands guide to learn more about using command line interface in Linux.