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
相关文章
- Linux系统查看版本、位数(32位或64位)、架构(arm或amd)的命令
- Linux 查看当前系统的内核与发行版本信息
- linux下如何查看系统和内核版本
- 【linux基础】ubuntu如何查看linux的内核版本和系统版本
- linux、centos下查看系统版本、bios版本,内存信息等
- Linux系统下查看驱动版本 - seabiscuit0922
- 转:Linux下如何查看CPU型号、个数、核数、逻辑CPU数、位数、发行版本、内核信息、内存、服务器生产厂家 - Caleb_man
- Linux下查看内核与发行版本号(以Fedora为例) - Orz..
- Ubuntu linux下gcc版本切换
- ubuntu---CUDA版本与系统内核版本及GCC版本对应关系查询