1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-27 16:35:27 +02:00
tldr/pages/linux/hwinfo.md
CleanMachine1 57898ee7ed
hwinfo: refresh page (#17150)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-07-18 04:56:59 +03:00

24 lines
576 B
Markdown

# hwinfo
> Probe for the hardware present in the system.
> 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`