Last: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „<syntaxhighlight lang="bash" highlight="1" line> root@lincln02 /home # last Der Befehl 'last' wurde nicht gefunden, kann aber installiert werden mit: apt install util-linux apt install wtmpdb root@lincln02 /home # 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 [2]+ Fertig synaptic root@lincln02 /home # apt install wtmpdb Installing: wtmpd…“
 
K Textersetzung - „= Umgebungsvariablen =“ durch „= Umgebung =“
 
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<syntaxhighlight lang="bash" highlight="1" line>
'''last''' - Kurzbeschreibung
root@lincln02 /home # last
 
 
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 ==
 
<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
root@lincln02 /home # apt install util-linux
 
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
[2]+  Fertig                  synaptic
 
root@lincln02 /home # apt install wtmpdb
apt install wtmpdb
Installing:
Installing:
   wtmpdb
   wtmpdb


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


Summary:
== Syntax ==
  Upgrading: 0, Installing: 3, Removing: 0, Not Upgrading: 0
<syntaxhighlight lang="bash" highlight="1,2" line>
  Download size: 31,5 kB
last
  Space needed: 141 kB / 58,3 GB available
wtmpdb COMMAND [option...]
 
</syntaxhighlight>
Continue? [J/n]
=== Optionen ===
Holen:1 http://ftp.de.debian.org/debian testing/main amd64 libwtmpdb0 amd64 0.12.0-2 [8.552 B]
=== Parameter ===
Holen:2 http://ftp.de.debian.org/debian testing/main amd64 libpam-wtmpdb amd64 0.12.0-2 [7.984 B]
=== Umgebung ===
Holen:3 http://ftp.de.debian.org/debian testing/main amd64 wtmpdb amd64 0.12.0-2 [15,0 kB]
=== Rückgabewert ===
Es wurden 31,5 kB in 0 s geholt (150 kB/s).
Laden der Fehlerberichte … Erledigt
»Found/Fixed«-Informationen werden ausgewertet … Erledigt
Vormals nicht ausgewähltes Paket libwtmpdb0:amd64 wird gewählt.
(Lese Datenbank ... 793262 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../libwtmpdb0_0.12.0-2_amd64.deb ...
Entpacken von libwtmpdb0:amd64 (0.12.0-2) ...
Vormals nicht ausgewähltes Paket libpam-wtmpdb:amd64 wird gewählt.
Vorbereitung zum Entpacken von .../libpam-wtmpdb_0.12.0-2_amd64.deb ...
Entpacken von libpam-wtmpdb:amd64 (0.12.0-2) ...
Vormals nicht ausgewähltes Paket wtmpdb wird gewählt.
Vorbereitung zum Entpacken von .../wtmpdb_0.12.0-2_amd64.deb ...
Entpacken von wtmpdb (0.12.0-2) ...
libwtmpdb0:amd64 (0.12.0-2) wird eingerichtet ...
libpam-wtmpdb:amd64 (0.12.0-2) wird eingerichtet ...
 
pam-auth-update: Local modifications to /etc/pam.d/common-*, not updating.
pam-auth-update: Run pam-auth-update --force to override.
 
wtmpdb (0.12.0-2) wird eingerichtet ...
Created symlink '/etc/systemd/system/timers.target.wants/wtmpdb-rotate.timer' → '/usr/lib/systemd/system/wtmpdb-rotate.timer'.
Created symlink '/etc/systemd/system/default.target.wants/wtmpdb-update-boot.service' → '/usr/lib/systemd/system/wtmpdb-update-boot.service'.
wtmpdb-rotate.service is a disabled or a static unit, not starting it.
Trigger für man-db (2.12.1-1) werden verarbeitet ...
Trigger für libc-bin (2.38-12) werden verarbeitet ...
Prüfe Prozesse...
Scanning processor microcode...
Prüfe Linux-Kernel...


Der laufende Kernel ist aktuell.
== Anwendung ==
=== Fehlerbehebung ===
== Konfiguration ==
=== Dateien ===
<noinclude>


Der Prozessor Mikrocode ist aktuell.
== Anhang ==
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
==== Dokumentation ====
===== Man-Pages =====
===== Info-Pages =====
==== Links ====
===== Projekt =====
===== Weblinks =====


Es müssen keine Dienste neugestartet werden.
</noinclude>
 
[[Kategorie:Linux/Befehl]]
Es müssen keine Container neu gestartet werden.
[[Kategorie:Linux/Benutzer]]
 
[[Kategorie:Util-linux]]
Es gibt keine Nutzer-Sitzungen mit veralteten Prozessen.
 
No VM guests are running outdated hypervisor (qemu) binaries on this host.
</syntaxhighlight>

Aktuelle Version vom 8. September 2024, 11:31 Uhr

last - Kurzbeschreibung


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

Syntax

last
wtmpdb COMMAND [option...]

Optionen

Parameter

Umgebung

Rückgabewert

Anwendung

Fehlerbehebung

Konfiguration

Dateien

Anhang

Siehe auch

Dokumentation

Man-Pages
Info-Pages

Links

Projekt
Weblinks