查看位数命令  1,uname -a;2,file /bin/ls,3,cat /proc/version;getconf LONG_BIT  64位的LONG类型占8字节;

centos查看系统版本及位数

查看系统命令 1,lsb_release -a;2,cat /etc/os-release;3,cat /etc/redhat-release;4,rpm -q centos-release

centos查看系统版本及位数

如果出现lsb_release命令找不到则需要安装一下 yum install redhat-lsb -y;

查看内核版本 1,cat /proc/version;2,uname -a;

centos查看系统版本及位数


相关文章: