hwinfo
Probe for the hardware present in the system. More information: <https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>.
Install
- All systems
-
curl cmd.cat/hwinfo.sh
- Debian
-
apt-get install hwinfo - Ubuntu
-
apt-get install hwinfo -
Alpine
-
apk add hwinfo - Arch Linux
-
pacman -S hwinfo - Kali Linux
-
apt-get install hwinfo - Fedora
-
dnf install hwinfo - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install hwinfo - Raspbian
-
apt-get install hwinfo - Docker
-
docker run cmd.cat/hwinfo hwinfopowered by Commando
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
© tl;dr; authors and contributors