mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
c72bf97aba
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
617 B
617 B
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:
hwinfo
- Display 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}} --short
- Write all hardware information to a file:
hwinfo --all --log {{path/to/file}}
- Display help:
hwinfo --help