hwinfo: add page (#10755)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Mehrad Mahmoudian 2023-09-28 21:04:40 +03:00 committed by GitHub
parent 7944c08ac7
commit 6b726522a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/linux/hwinfo.md Normal file
View File

@ -0,0 +1,24 @@
# hwinfo
> Probe for the hardware present in the system.
> More information: <https://manned.org/hwinfo>.
- 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`