Last: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
K Textersetzung - „== Syntax ==“ durch „== Aufruf ==“ |
||
(19 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
'''last''' - | '''last''' - Beschreibung | ||
wtmpdb - display login, logout and reboot information | |||
== Beschreibung == | == Beschreibung == | ||
wtmpdb displays the content of the wtmp database and allows to create reboot and shutdown entries. | |||
This command is Y2038 safe and uses sqlite3 to store the information. | |||
== Installation == | == Installation == | ||
<syntaxhighlight lang="bash" highlight="1, | <syntaxhighlight lang="bash" highlight="1,6,11,23" line> | ||
last | |||
Der Befehl 'last' wurde nicht gefunden, kann aber installiert werden mit: | Der Befehl 'last' wurde nicht gefunden, kann aber installiert werden mit: | ||
apt install util-linux | apt install util-linux | ||
apt install wtmpdb | apt install wtmpdb | ||
apt install util-linux | |||
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 | |||
Installing: | Installing: | ||
wtmpdb | wtmpdb | ||
Installing dependencies: | Installing dependencies: | ||
libpam-wtmpdb libwtmpdb0 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
== Aufruf == | |||
<syntaxhighlight lang="bash" highlight="1,2" line> | |||
last | |||
wtmpdb COMMAND [option...] | |||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Optionen === | === Optionen === | ||
=== Parameter === | === Parameter === | ||
=== | === Umgebung === | ||
=== | === Rückgabewert === | ||
== Anwendung == | == Anwendung == | ||
=== | === Problembehebung === | ||
== Konfiguration == | == Konfiguration == | ||
=== Dateien === | === Dateien === | ||
Zeile 90: | Zeile 50: | ||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | {{Special:PrefixIndex/{{BASEPAGENAME}}}} | ||
==== Dokumentation ==== | ==== Dokumentation ==== | ||
===== Man- | ===== Man-Page ===== | ||
===== Info-Pages ===== | ===== Info-Pages ===== | ||
==== Links ==== | ==== Links ==== | ||
Zeile 99: | Zeile 59: | ||
[[Kategorie:Linux/Befehl]] | [[Kategorie:Linux/Befehl]] | ||
[[Kategorie:Linux/Benutzer]] | [[Kategorie:Linux/Benutzer]] | ||
[[Kategorie:Util-linux]] |
Aktuelle Version vom 12. November 2024, 18:40 Uhr
last - Beschreibung
wtmpdb - display login, logout and reboot information
Beschreibung
wtmpdb displays the content of the wtmp database and allows to create 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...]