AIX操作系统基本命令

1,内核
bootinfo -k
 
2,硬件
bootinfo -r
lscfg |grep proc
lspv
lscfg
 
3,操作系统
oslevel -r
oslevel -s
uname -p
uname -s
uname -a
 
4,文件系统
mount /dev/fslv02 /test
umount /test
rmfs /test
 
5,网络
ifconfig -a
原文地址:https://www.cnblogs.com/lcword/p/15271816.html