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:
parent
7944c08ac7
commit
6b726522a5
1 changed files with 24 additions and 0 deletions
24
pages/linux/hwinfo.md
Normal file
24
pages/linux/hwinfo.md
Normal 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`
|
Loading…
Add table
Reference in a new issue