snippetbashTip
hwinfo — Probe for the hardware present in the system. See also: `inxi`, `lshw`, `dmidecode`. More informatio
Viewed 0 times
thecommandhardwarecliprobehwinfoforpresent
linux
Problem
How to use the
hwinfo command: Probe for the hardware present in the system. See also: inxi, lshw, dmidecode. More information: <https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>.Solution
hwinfo — Probe for the hardware present in the system. See also: inxi, lshw, dmidecode. More information: <https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>.Display all available hardware information:
hwinfoDisplay information about a specific hardware component:
hwinfo --{{cpu|memory|disk|gfxcard|network|usb|pci|keyboard|mouse|monitor|sound|fingerprint|...}}Display information about a specific hardware component succinctly:
hwinfo {{--component}} --shortWrite all hardware information to a file:
hwinfo --all --log {{path/to/file}}Display help:
hwinfo --helpCode Snippets
Display all available hardware information
hwinfoDisplay information about a specific hardware component
hwinfo --{{cpu|memory|disk|gfxcard|network|usb|pci|keyboard|mouse|monitor|sound|fingerprint|...}}Display information about a specific hardware component succinctly
hwinfo {{--component}} --shortWrite all hardware information to a file
hwinfo --all --log {{path/to/file}}Display help
hwinfo --helpContext
tldr-pages: linux/hwinfo
Revisions (0)
No revisions yet.