查看CentOS的系统版本
记录一下 以免忘记:CentOS查看版本有如下:cat /etc/redhat-releaseuname -acat /etc/issue#这个好像7以上看不了cat /proc/version#这个是和内核有关的数据getconf LONG_BIT or getconf WORD_BIT #查看版本位数是64位还是32位...
·
记录一下 以免忘记:
CentOS查看版本有如下:
cat /etc/redhat-release
uname -a
cat /etc/issue #这个好像7以上看不了
cat /proc/version #这个是和内核有关的数据
getconf LONG_BIT or getconf WORD_BIT #查看版本位数是64位还是32位
更多推荐

所有评论(0)