Wtmpdb: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
|||
Zeile 1: | Zeile 1: | ||
''' | '''wtmpdb''' - display login, logout and reboot information | ||
== Beschreibung == | == Beschreibung == | ||
wtmpdb displays the content of the wtmp database and allows | wtmpdb displays the content of the wtmp database and allows creating reboot and shutdown entries. | ||
This command is Y2038 safe and uses sqlite3 to store the information. | This command is [[Y2038 safe]] and uses sqlite3 to store the information. | ||
== Installation == | == Installation == | ||
Zeile 35: | Zeile 32: | ||
wtmpdb COMMAND [option...] | wtmpdb COMMAND [option...] | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Optionen === | === Optionen === | ||
=== Argumente === | === Argumente === |
Aktuelle Version vom 3. Januar 2025, 10:51 Uhr
wtmpdb - display login, logout and reboot information
Beschreibung
wtmpdb displays the content of the wtmp database and allows creating reboot and shutdown entries.
This command is Y2038 safe and uses sqlite3 to store the information.
Installation
last
Der Befehl 'last' wurde nicht gefunden, kann aber installiert werden mit:
apt install util-linux
apt install wtmpdb
apt install util-linux
util-linux ist schon die neueste Version (2.40.1-8).
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
apt install wtmpdb
Installing:
wtmpdb
Installing dependencies:
libpam-wtmpdb libwtmpdb0
Aufruf
last
wtmpdb COMMAND [option...]