一、查看linux 系统内核
cat /proc/version
uname -a
二、查看linux版本:
lsb_release -a ,即可列出所有版本信息
cat /etc/issue
cat /etc/redhat-release,这种方法只适合Redhat系的Linux:
查看系统是64位还是32位:
1、getconf LONG_BIT or getconf WORD_BIT
2、file /bin/ls
3、lsb_release -a
-->
生活记录,技术分享,娱乐世界。
一、查看linux 系统内核
cat /proc/version
uname -a
二、查看linux版本:
lsb_release -a ,即可列出所有版本信息
cat /etc/issue
cat /etc/redhat-release,这种方法只适合Redhat系的Linux:
查看系统是64位还是32位:
1、getconf LONG_BIT or getconf WORD_BIT
2、file /bin/ls
3、lsb_release -a