From 4057413c79ffb467210f27de71006d4237b8d8e9 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 20 Dec 2021 11:33:37 +0000 Subject: Add utmps-write doc Signed-off-by: Laurent Bercot --- doc/utmps-write.html | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 doc/utmps-write.html (limited to 'doc/utmps-write.html') diff --git a/doc/utmps-write.html b/doc/utmps-write.html new file mode 100644 index 0000000..d456a00 --- /dev/null +++ b/doc/utmps-write.html @@ -0,0 +1,100 @@ + + + + + + utmps: the utmps-write program + + + + + + +

+utmps
+Software
+skarnet.org +

+ +

The utmps-write program

+ +

+utmps-write is a command-line generic utmp client for utmps. +It sends an arbitrary utmp entry to the utmpd and/or wtmpd daemon. It can +be used to test utmps installations. +

+ +

Interface

+ +
+     utmps-write [ -u ] [ -w ] [ -U utmpd-socket ] [ -W wtmpd-socket ] [ -t timeout ] [ -T timestamp ] [ -h host ] [ -i ip ] [ -l user ] [ -p pid ] id type line
+
+ + + +

+ The type argument must be symbolic: EMPTY, BOOT_TIME etc. The valid types +are the symbolic constants for the ut_type field of the utmpx structure, +as documented here +or in the utmps/utmpx.h header provided with the utmps package. +

+ +

Options

+ + + +

Notes

+ + + + + -- cgit v1.3.1