系统
# uname-a
# head -n 1 /etc/issue
# cat/proc/cpuinfo
#hostname
# lspci-tv
# lsusb-tv
#lsmod
#env
资源
# free-m
# df-h
# du -sh<目录名>
# grep MemTotal /proc/meminfo
# grep MemFree/proc/meminfo
#uptime
# cat/proc/loadavg
磁盘和分区
# mount | column-t
# fdisk-l
# swapon-s
# hdparm -i/dev/hda
# dmesg | grepIDE
网络
#ifconfig
# iptables-L
# route-n
# netstat-lntp
# netstat-antp
# netstat-s
进程
# ps-ef # 查看所有进程
#top
用户
#w
# id<用户名>
#last
# cut -d: -f1 /etc/passwd
# cut -d: -f1/etc/group
# crontab-l
服务
# chkconfig--list
# chkconfig --list | grepon
程序
# rpm-qa