View all configuration commands for Linux systems
1. Check the serial number of the motherboard:
Dmidecode | Grep-i ' Serial number '
2. View CPU Information:
Cat/proc/cpuinfo
DMESG | Grep-i ' CPU '
DMIDECODE-T processor
3. View memory Information:
Cat/proc/meminfo
Free-m
Vmstat
5. Check the network card information:
DMESG | Grep-i ' ETH '
cat/etc/sysconfig/hwconf | Grep-i ' ETH '
Ethtool-i eth0
7. View USB Device Information:
Cat/proc/bus/usb/devices
6. View keyboard and mouse:
Cat/proc/bus/input/devices
8, check the system hard disk information and usage:
Fdisk-l && DF
9. View Interrupt Request (IRQ) for each device:
Cat/proc/interrupts
10. View the system architecture:
Uname-a
This article is from the "Dark Cloud Technology" blog, please be sure to keep this source http://wuyunkeji.blog.51cto.com/12028005/1909255
View all configuration commands for Linux systems