Inxi: Unterschied zwischen den Versionen
Erscheinungsbild
K Textersetzung - „==== Links ====“ durch „=== Links ===“ |
K Textersetzung - „line>“ durch „line copy>“ |
||
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
'''inxi''' | '''inxi''' - Systeminformationsskript | ||
== Beschreibung == | == Beschreibung == | ||
Zeile 10: | Zeile 10: | ||
== Installation == | == Installation == | ||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
sudo apt install inxi | |||
</syntaxhighlight> | |||
== Aufruf == | == Aufruf == | ||
<syntaxhighlight lang="bash" highlight="1-5" line copy> | |||
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) | |||
</syntaxhighlight> | |||
=== Optionen === | |||
{| class="wikitable sortable options gnu" | |||
|- | |||
! Unix !! GNU !! Parameter !! Beschreibung | |||
|- | |||
| || || || | |||
|- | |||
|} | |||
=== Parameter === | |||
=== Umgebungsvariablen === | |||
=== Exit-Status === | |||
{| class="wikitable options col1center" | |||
|- | |||
! Wert !! Beschreibung | |||
|- | |||
| 0 || Erfolg | |||
|- | |||
| >0 || Fehler | |||
|} | |||
== | == Anwendung == | ||
== | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
</syntaxhighlight> | |||
=== Problembehebung === | === Problembehebung === | ||
== Konfiguration == | == Konfiguration == | ||
=== Dateien === | === Dateien === | ||
{| class="wikitable options" | |||
|- | |||
! Datei !! Beschreibung | |||
|- | |||
| || | |||
|- | |||
| || | |||
|} | |||
<noinclude> | <noinclude> | ||
== Anhang == | == Anhang == | ||
=== Siehe auch === | === Siehe auch === | ||
<div style="column-count:3"> | |||
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree> | |||
</div> | |||
---- | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}/}} | {{Special:PrefixIndex/{{BASEPAGENAME}}/}} | ||
=== Dokumentation === | |||
; Man-Page | ; Man-Page | ||
<!-- | |||
# [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)] | |||
--> | |||
; Info-Pages | |||
=== Links === | === Links === | ||
==== Projekt ==== | ==== Projekt ==== | ||
==== Weblinks ==== | |||
[[Kategorie:Linux/Systeminformation]] | [[Kategorie:Linux/Systeminformation]] |
Aktuelle Version vom 11. Mai 2025, 13:44 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
Links
Projekt
Weblinks