1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/linux/hwinfo.md
K.B.Dharun Krishna 990846342d
hwinfo: update documentation link (#10766)
As suggested in #10755
2023-09-30 22:49:07 +08:00

24 lines
453 B
Markdown

# hwinfo
> Probe for the hardware present in the system.
> More information: <https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>.
- Get graphics card information:
`hwinfo --gfxcard`
- Get network device information:
`hwinfo --network`
- List disks and CD-ROM drives, abbreviating the output:
`hwinfo --short --disk --cdrom`
- Write all hardware information to a file:
`hwinfo --all --log {{path/to/file}}`
- Display help:
`hwinfo --help`