1. View CPU Information: Cat/proc/cpuinfo
2. View card information: CAT/PROC/PCI
3. View USB Device: Cat/proc/bus/usb/devices
4. View PCI information: LSPCI (more intuitive than CAT/PROC/PCI)
5. View memory Information: Cat/proc/meminfo
6. View keyboard and mouse: Cat/proc/bus/input/devices
7. View system hard disk information and usage: Fdisk & disk–l & DF
8, detecting new hardware with hardware detection program Kuduz: Service kudzu start (or restart)
9. View Interrupt Request (IRQ) for each device: cat/proc/interrupts
10. View Boot Hardware detection infolog: DMESG more/var/log/dmesguname-auptime
several ways to view Linux version information:
Who-b View the last time the system started.
who-r View current system Operation s Row
Alias Command aliases
cat/proc/version View kernel information for the current systemCat/etc/issue shows the release version information
Cat/etc/resolv.conf Nslookup can also view the domain name server address echo $LANG can view the language of the current system
1:uname-a
2:cat/proc/version
3:cat/etc/issue
4:lsb_release-a
5:cat/etc/redhat-release
6:rpm-q Redhat-release
Detailed lsb_release-a
Log in to the server to perform lsb_release-a and list all version information, for example: Code as follows:
[Email protected] ~]$ lsb_release-a
LSB Version:: core-3:1-amd64:core-3:1-ia32:core-3:1-noarch:graphics-3:1-amd64:graphics-3:1-ia32: Graphics-3:1-noarch
Distributor Id:centos
Description:centos release 5:3 (Final)
Release:5:3
Codename:final
This command applies to all Linux, including Redhat, SuSE, Debian, and other distributions.
Linux View hardware Information