Zum Inhalt springen

Inxi: Unterschied zwischen den Versionen

Aus Foxwiki
K Textersetzung - „<div style="column-count:3">“ durch „<div style="column-count:2">“
 
(9 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" line>
<syntaxhighlight lang="bash" highlight="1-5" line copy>
$ '''inxi'''
inxi
 
inxi [-AbBCdDEfFGhiIjJlLmMnNopPrRsSuUVwyYzZ]
$ '''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''' [-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 [-x|-xx|-xxx|-a] -OPTION(s)
 
$ '''inxi''' [--edid] [--memory-modules] [--memory-short] [--recommends] [--sensors-default] [--slots]
 
$ '''inxi''' [-x|-xx|-xxx|-a] -OPTION(s)
</syntaxhighlight>
</syntaxhighlight>


Zeile 32: Zeile 28:
! Unix !! GNU !! Parameter !! Beschreibung
! Unix !! GNU !! Parameter !! Beschreibung
|-
|-
| || || ||  
| || || ||
|-
|-
|}
|}
Zeile 47: Zeile 43:
| 0 || Erfolg
| 0 || Erfolg
|-
|-
| >0 || Fehler
| >0 || Fehler
|}
|}


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


Zeile 63: Zeile 59:
! Datei !! Beschreibung
! Datei !! Beschreibung
|-
|-
| ||  
| ||
|-
|-
| ||  
| ||
|}
|}
<noinclude>
<noinclude>
== Anhang ==
== Anhang ==


=== 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>
Zeile 79: Zeile 75:
=== Dokumentation ===
=== Dokumentation ===


; Man-Page  
; Man-Page
<!--
<!--
# [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)]
# [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)]
-->
-->


; Info-Pages  
; Info-Pages


=== Links ===
=== Links ===
==== Projekt ====
==== Projekt ====


==== Weblinks ====
{{DEFAULTSORT:new}}
{{DISPLAYTITLE:new}}
[[Kategorie:new]]
</noinclude>
= TMP =
== Anwendung ==
=== Problembehebung ===
== Konfiguration ==
=== Dateien ===
<noinclude>
== Anhang ==
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
=== Dokumentation ===
; Man-Page
=== Links ===
==== Projekt ====
==== Weblinks ====
==== Weblinks ====



Aktuelle Version vom 28. Juni 2025, 10:14 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