In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article is about how to view Linux hardware information. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
1, motherboard information. Check the serial number of the motherboard
# use the command
Dmidecode | grep-I 'serial number'
# View the card information
Cat / proc/pci
2, cpu information
# through the / proc file system
1) cat / proc/cpuinfo
# by viewing boot information
2) dmesg | grep-I 'cpu'
#
3) dmidecode-t processor
3. Hard disk information
# check the partition situation
Fdisk-l
# check the size
Df-h
# View usage
Du-h
#
Hdparm-I / dev/sda
#
Dmesg | grep sda
4, memory information
1) cat / proc/meminfo
2) dmesg | grep mem
3) free-m
4) vmstat
5) dmidecode | grep-I mem
5. Network card information
1) dmesg | grep-I 'eth'
2) cat / etc/sysconfig/hwconf | grep-I eth
3) lspci | grep-I 'eth'
6, mouse, keyboard and USB information
View keyboard and mouse: cat / proc/bus/input/devices
View USB devices: cat / proc/bus/usb/devices
View interrupt requests (IRQ) for each device: cat / proc/interrupts
7, graphics card information
1) lspci | grep-I 'VGA'
2) dmesg | grep-I 'VGA'
8, sound card information
1) lspci | grep-I 'VGA'
2) dmesg | grep-I 'VGA'
7, other commands
. Use the hardware detector kuduz to detect new hardware: service kudzu start (or restart)
.dmesg (view all hardware information detected at startup)
.lspci (displays peripheral information, such as usb, network card, etc.)
.cat / etc/sysconfig/hwconf
.mpstat
8, tools that need to be installed manually
Lshw,hwinfo,hal-device-manager
Thank you for reading! This is the end of the article on "how to view Linux hardware information". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.