1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

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>
This commit is contained in:
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

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`