Zum Inhalt springen

Wtmpdb: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „===== Projekt =====“ durch „==== Projekt ====“
K Textersetzung - „ “ durch „ “
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 8: Zeile 8:
== Installation ==
== Installation ==


<syntaxhighlight lang="bash" highlight="1,6,11,23" line>
<syntaxhighlight lang="bash" highlight="1,6,11,23" line copy>
last
last
Der Befehl 'last' wurde nicht gefunden, kann aber installiert werden mit:
Der Befehl 'last' wurde nicht gefunden, kann aber installiert werden mit:
Zeile 17: Zeile 17:
util-linux ist schon die neueste Version (2.40.1-8).
util-linux ist schon die neueste Version (2.40.1-8).
Summary:
Summary:
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0


apt install wtmpdb
apt install wtmpdb
Installing:
Installing:
  wtmpdb
wtmpdb


Installing dependencies:
Installing dependencies:
  libpam-wtmpdb libwtmpdb0
  libpam-wtmpdb libwtmpdb0
</syntaxhighlight>
</syntaxhighlight>


== Aufruf ==
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1,2" line>
<syntaxhighlight lang="bash" highlight="1,2" line copy>
last
last
wtmpdb COMMAND [option...]
wtmpdb COMMAND [option...]
Zeile 52: Zeile 52:
=== Links ===
=== Links ===
==== Projekt ====
==== Projekt ====
===== Weblinks =====
==== Weblinks ====


</noinclude>
</noinclude>
[[Kategorie:Linux/Befehl]]
[[Kategorie:Linux/Befehl]]
[[Kategorie:Linux/Benutzer]]
[[Kategorie:Linux/Benutzer/Befehl]]
[[Kategorie:Util-linux]]
[[Kategorie:Util-linux]]

Aktuelle Version vom 14. Juni 2026, 00:49 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...]

Optionen

Argumente

Umgebung

Rückgabewert

Anwendung

Problembehebung

Konfiguration

Dateien

Anhang

Siehe auch

Dokumentation

Man-Page
Info-Page

Projekt