Inxi: Unterschied zwischen den Versionen

Aus Foxwiki
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
K Textersetzung - „wikitable“ durch „table table-striped table-hover“
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 10: Zeile 10:


== Installation ==
== Installation ==
<syntaxhighlight lang="bash" highlight="1" line>
<syntaxhighlight lang="bash" highlight="1" line copy>
sudo apt install inxi
sudo apt install inxi
</syntaxhighlight>
</syntaxhighlight>


== Aufruf ==
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1-5" line>
<syntaxhighlight lang="bash" highlight="1-5" line copy>
inxi
inxi
inxi [-AbBCdDEfFGhiIjJlLmMnNopPrRsSuUVwyYzZ]
inxi [-AbBCdDEfFGhiIjJlLmMnNopPrRsSuUVwyYzZ]
Zeile 24: Zeile 24:


=== Optionen ===
=== Optionen ===
{| class="wikitable sortable options gnu"
{| class="table table-striped table-hover sortable options gnu"
|-
|-
! Unix !! GNU !! Parameter !! Beschreibung
! Unix !! GNU !! Parameter !! Beschreibung
Zeile 37: Zeile 37:


=== Exit-Status ===
=== Exit-Status ===
{| class="wikitable options col1center"
{| class="table table-striped table-hover options col1center"
|-
|-
! Wert !! Beschreibung
! Wert !! Beschreibung
Zeile 47: Zeile 47:


== Anwendung ==
== Anwendung ==
<syntaxhighlight lang="bash" highlight="1" line>
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
</syntaxhighlight>


Zeile 55: Zeile 55:


=== Dateien ===
=== Dateien ===
{| class="wikitable options"
{| class="table table-striped table-hover options"
|-
|-
! Datei !! Beschreibung
! Datei !! Beschreibung
Zeile 68: Zeile 68:


=== Siehe auch ===
=== Siehe auch ===
<div style="column-count:3">
<div style="column-count:2">
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
</div>
</div>

Aktuelle Version vom 29. Juli 2026, 11:00 Uhr

inxi - Systeminformationsskript

Beschreibung

inxi ist ein Kommandozeilen-Systeminformationsskript, das für Konsole und IRC entwickelt wurde

  • Es wird auch als Debugging-Tool für den technischen Support im Forum verwendet, um schnell die Systemkonfiguration und -hardware der Benutzer zu ermitteln
  • inxi zeigt Systemhardware, CPU, Treiber, Xorg, Desktop, Kernel, gcc-Version(en), Prozesse, RAM-Nutzung und eine Vielzahl anderer nützlicher Informationen an

Die Ausgabe von inxi hängt davon ab, ob es über CLI oder IRC verwendet wird, wobei einige Standardfilter und Farboptionen nur für die Verwendung im IRC angewendet werden

  • Die Skriptfarben können auf Wunsch mit -c 0 ausgeschaltet oder mit den im Abschnitt STANDARD OPTIONEN aufgeführten -c Farboptionen geändert werden

Installation

sudo apt install inxi

Aufruf

inxi
inxi [-AbBCdDEfFGhiIjJlLmMnNopPrRsSuUVwyYzZ]
inxi [-c -NUMBER] [--sensors-exclude SENSORS] [--sensors-use SENSORS] [-t [c|m|cm|mc][NUMBER]] [-v NUMBER] [-W LOCATION] [--weather-unit {m|i|mi|im}] [-y WIDTH]
inxi [--edid] [--memory-modules] [--memory-short] [--recommends] [--sensors-default] [--slots]
inxi [-x|-xx|-xxx|-a] -OPTION(s)

Optionen

Unix GNU Parameter Beschreibung

Parameter

Umgebungsvariablen

Exit-Status

Wert Beschreibung
0 Erfolg
>0 Fehler

Anwendung

Problembehebung

Konfiguration

Dateien

Datei Beschreibung


Anhang

Siehe auch


Dokumentation

Man-Page
Info-Pages

Projekt