看編譯器版本: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 閱讀(728)
評論(0) 編輯 收藏 引用 所屬分類:
Linux_SysAdmin