mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-03 17:43:33 +00:00
30 lines
668 B
Plaintext
30 lines
668 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|