# system informationuname-a#kernel info/OS distribution/cpu info/cat /etc/issue #OS release informationhostname#show computer name
lspci -tv#list all pci devices
lsusb -tv#list all use devices
lsmod #list loaded kernel modesenv#show envrionment variables
hdparm -i /dev/hda #show disk parameteres(only suitable for IDE device)
dmesg | grep IDE #show startuped kernel ring information# resource
free #show memry and swap usagedf-h#show partition informationdu-sh <dir>#show size of <dir>grep MemTotal /proc/meminfo #show total memorygrep MemFree /proc/meminfo #show free memorycat /proc/loadavg #show system load
mount | column -t#show mounted partition information
fdisk -l#show detail information of each partition
swapon -s#show swap partitionuptime#system running time, user login number and load# network
ifconfig #show network interfaces information
iptables -L#show firewall info
route -n#show router table
netstat -lntp#all listened ports
netstat -antp#all connected connection
netstat -s#show network statistics information# process
ps -ef#display all processes
top #show processes in dynamic