看编译器版本:lslpp -l | grep Xlc
bootinfo -k(小写)
返回当前的启动模式/返回机器的钥匙的位置
1 Key is in Secure position.
2 Key is in Service position.
3 Key is in Normal position.
bootinfo -K(大写)
返回当前系统运行的内核为32位还是64位
bootinfo -m
返回机器类型码
bootinfo -c
-c Displays bootp daemon reply packet information stored with IPL control block.
bootinfo -t
返回当前启动类型
1 Disk boot
3 CD-ROM boot
4 Tape boot
5 Network boot
bootinfo -z
返回机器是否支持多处理器
0 不支持
1 支持
bootinfo -T
返回机器的硬件平台类型,比如rspc
bootinfo -r
返回实际内存容量,单位为kbytes
bootinfo -b
返回最后一次启动的设备
bootinfo -y
返回机器硬件是32位还是64位
uname -p
返回系统芯片类型,如powerpc
uname -M
返回机器型号,如IBM,7026-B80
内存lsattr -El mem0
cpu lsdev -C |grep proc
CPU的信息lsattr -El proc0
posted on 2010-10-02 09:19
chatler 阅读(715)
评论(0) 编辑 收藏 引用 所属分类:
Linux_SysAdmin