Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wdctl(8) [centos man page]

WDCTL(8)						       System Administration							  WDCTL(8)

NAME
wdctl - show hardware watchdog status SYNOPSIS
wdctl [options] [device...] DESCRIPTION
Show hardware watchdog status. The default device is /dev/watchdog. If more than one device is specified then the output is separated by one blank line. Note that number of supported watchdog features is hardware specific. OPTIONS
-f, --flags list Print selected flags only. -F, --noflags Do not print information about flags. -n, --noheadings Do not print a header line for flags table. -I, --noident Do not print watchdog identity information. -T, --notimeouts Do not print watchdog timeouts. -s, --settimeout seconds Set the watchdog timeout in seconds. -o, --output list Define the output columns to use in table of watchdog flags. If no output arrangement is specified, then a default set is used. Use --help to get list of all supported columns. -O, --oneline Print all wanted information on one line in key="value" output format. -V, --version Output version information and exit. -r, --raw Use the raw output format. -x, --flags-only Same as -I -T. -h, --help Print a help text and exit. AUTHORS
Karel Zak <kzak@redhat.com> Lennart Poettering <lennart@poettering.net> AVAILABILITY
The wdctl command is part of the util-linux package and is available from Linux Kernel Archive <ftp://ftp.kernel.org/pub/linux/utils/util- linux/>. util-linux June 2012 WDCTL(8)

Check Out this Related Man Page

LSNS(8)                                                        System Administration                                                       LSNS(8)

NAME
lsns - list namespaces SYNOPSIS
lsns [options] [namespace] DESCRIPTION
lsns lists information about all the currently accessible namespaces or about the given namespace. The namespace identifier is an inode number. The default output is subject to change. So whenever possible, you should avoid using default outputs in your scripts. Always explicitly define expected columns by using the --output option together with a columns list in environments where a stable output is required. Note that lsns reads information directly from the /proc filesystem and for non-root users it may return incomplete information. The cur- rent /proc filesystem may be unshared and affected by a PID namespace (see unshare --mount-proc for more details). lsns is not able to see persistent namespaces without processes where the namespace instance is held by a bind mount to /proc/pid/ns/type. OPTIONS
-J, --json Use JSON output format. -l, --list Use list output format. -n, --noheadings Do not print a header line. -o, --output list Specify which output columns to print. Use --help to get a list of all supported columns. The default list of columns may be extended if list is specified in the format +list (e.g. lsns -o +PATH). -p, --task pid Display only the namespaces held by the process with this pid. -r, --raw Use the raw output format. -t, --type type Display the specified type of namespaces only. The supported types are mnt, net, ipc, user, pid, uts and cgroup. This option may be given more than once. -u, --notruncate Do not truncate text in columns. -V, --version Display version information and exit. -h, --help Display help text and exit. AUTHORS
Karel Zak <kzak@redhat.com> SEE ALSO
nsenter(1), unshare(1), clone(2), namespaces(7) AVAILABILITY
The lsns command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux December 2015 LSNS(8)
Man Page