From 6b726522a52ee3ba4b7331f96da79690a0c03c66 Mon Sep 17 00:00:00 2001 From: Mehrad Mahmoudian Date: Thu, 28 Sep 2023 21:04:40 +0300 Subject: [PATCH] hwinfo: add page (#10755) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/linux/hwinfo.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/hwinfo.md diff --git a/pages/linux/hwinfo.md b/pages/linux/hwinfo.md new file mode 100644 index 000000000..b628bd58a --- /dev/null +++ b/pages/linux/hwinfo.md @@ -0,0 +1,24 @@ +# hwinfo + +> Probe for the hardware present in the system. +> More information: . + +- 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`