博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Ubuntu下查看linux版本,内核版本,系统位数,gcc版本
阅读量:7221 次
发布时间:2019-06-29

本文共 1461 字,大约阅读时间需要 4 分钟。

1. 查看linux版本

  sunny@ubuntu:~$cat /etc/issue
Ubuntu 11.04 \n \l
 
2. 查看内核版本
1) sunny@ubuntu:~$ cat /proc/version
Linux version 2.6.38-13-generic (buildd@rothera) (gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) ) #57-Ubuntu SMP Mon Mar 5 18:10:14 UTC 2012
2)  uname命令
sunny@ubuntu:~$ uname -a
Linux ubuntu 2.6.38-13-generic #57-Ubuntu SMP Mon Mar 5 18:10:14 UTC 2012 i686 i686 i386 GNU/Linux
 
[ -------------------------------------------------------------------------------
  -a, --all                print all information, in the following order,       查看全部信息
                             except omit -p and -i if unknown:
  -s, --kernel-name        print the kernel name                               查看内核名字
  -n, --nodename           print the network node hostname
  -r, --kernel-release     print the kernel release                              查看内核发行版本
  -v, --kernel-version     print the kernel version                              查看内核版本
  -m, --machine            print the machine hardware name
  -p, --processor          print the processor type or "unknown"           
  -i, --hardware-platform  print the hardware platform or "unknown"
  -o, --operating-system   print the operating system                      查看操作系统
      --help     display this help and exit
      --version  output version information and exit
--------------------------------------------------------------------------------------]
 
3.查看系统位数
1) sunny@ubuntu:~$ getconf WORD_BIT
32
2)sunny@ubuntu:~$ file /bin/bash
/bin/bash: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, stripped
 
4. 查看gcc版本
sunny@ubuntu:~$ gcc --version
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2

转载地址:http://ygqym.baihongyu.com/

你可能感兴趣的文章
信息管税邂逅大数据,加速破解新常态下税收剪刀差
查看>>
从应用角度谈谈初创企业服务器采购建议与解决方案
查看>>
修改CPU 对抗计算机病毒
查看>>
8个方法让你成为更优秀的程序员
查看>>
城市之眼视觉计算技术
查看>>
bd:快速返回某级父目录而不用冗余地输入 “cd ../../..”
查看>>
Wi-FM:借调频无线电信号可大幅提高无线网速
查看>>
IT宕机,和力记易容灾备份能做什么
查看>>
FBI 可能找到了解锁 iPhone 的方法
查看>>
Android用Retrofit 2实现多文件上传实战
查看>>
《C语言课程设计》一1.1 VC 6.0简介
查看>>
警惕新Android木马 涉155个应用280万用户
查看>>
抢滩澳洲布局光伏储能大市场 协鑫集成在下一盘什么棋?
查看>>
思科董事长:法国将成为继美国、以色列、印度之后的另一个创业国度
查看>>
5年内在豫投资超30亿元 重点助力河南智慧城市运营
查看>>
深入浅出事件流处理NEsper(一)
查看>>
云计算时代的运维
查看>>
噪声预测的无监督学习——通往信息最大化的未来
查看>>
处理器利润大跌,联发科学高通卖专利赚钱
查看>>
《程序员度量:改善软件团队的分析学》一第2章
查看>>