]> git.ipfire.org Git - thirdparty/util-linux.git/blame - sys-utils/wdctl.8
build-sys: release++ (v2.34)
[thirdparty/util-linux.git] / sys-utils / wdctl.8
CommitLineData
013a4891
KZ
1.\" wdctl.8 --
2.\" Copyright (C) 2012 Karel Zak <kzak@redhat.com>
3.\" May be distributed under the GNU General Public License
c372860d 4.TH WDCTL "8" "July 2014" "util-linux" "System Administration"
013a4891 5.SH NAME
c372860d 6wdctl \- show hardware watchdog status
013a4891
KZ
7.SH SYNOPSIS
8.B wdctl
c372860d
BS
9[options]
10.RI [ device ...]
013a4891 11.SH DESCRIPTION
2002f9c4
SK
12Show hardware watchdog status. The default device is
13.IR /dev/watchdog .
14If more than one device is specified then the output is separated by
15one blank line.
16.PP
c372860d 17Note that the number of supported watchdog features is hardware specific.
013a4891 18.SH OPTIONS
c372860d
BS
19.TP
20.BR \-f , " \-\-flags " \fIlist
21Print only the specified flags.
22.TP
23.BR \-F , " \-\-noflags"
2002f9c4 24Do not print information about flags.
c372860d
BS
25.TP
26.BR \-I , " \-\-noident"
2002f9c4 27Do not print watchdog identity information.
c372860d
BS
28.TP
29.BR \-n , " \-\-noheadings"
30Do not print a header line for flags table.
2002f9c4
SK
31.IP "\fB\-o\fR, \fB\-\-output \fIlist\fP"
32Define the output columns to use in table of watchdog flags. If no
33output arrangement is specified, then a default set is used. Use
34.B \-\-help
35to get list of all supported columns.
c372860d
BS
36.TP
37.BR \-O , " \-\-oneline"
9561d1af 38Print all wanted information on one line in key="value" output format.
c372860d
BS
39.TP
40.BR \-r , " \-\-raw"
013a4891 41Use the raw output format.
c372860d
BS
42.TP
43.BR \-s , " \-settimeout " \fIseconds
44Set the watchdog timeout in seconds.
45.TP
46.BR \-T , " \-\-notimeouts"
47Do not print watchdog timeouts.
b06c1ca6 48.IP "\fB\-x\fR, \fB\-\-flags\-only\fP"
96747e75 49Same as \fB\-I \-T\fP.
c372860d
BS
50.TP
51.BR \-V , " \-\-version"
b4362b6f 52Display version information and exit.
c372860d
BS
53.TP
54.BR \-h , " \-\-help"
55Display help text and exit.
013a4891 56.SH AUTHORS
2002f9c4
SK
57.MT kzak@\:redhat\:.com
58Karel Zak
59.ME
60.br
61.MT lennart@\:poettering\:.net
62Lennart Poettering
63.ME
013a4891 64.SH AVAILABILITY
2002f9c4
SK
65The
66.B wdctl
67command is part of the util-linux package and is available from
d673b74e 68.UR https://\:www.kernel.org\:/pub\:/linux\:/utils\:/util-linux/
2002f9c4
SK
69Linux Kernel Archive
70.UE .