Linux下如何查看版本信息

Linux下如何查看版本信息, 包括位數、版本信息以及CPU內核信息、CPU具體型號等等,整個CPU信息一目瞭然。 linux

一、# uname -a (Linux查看版本當前操做系統內核信息)api

  Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 athlon i386 GNU/Linuxbash

  二、# cat /proc/version (Linux查看當前操做系統版本信息)dom

Linux version 2.4.20-8 (bhcompile@porky.devel.redhat.com)
  (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Thu Mar 13 17:54:28 EST 2003

  三、# cat /etc/issue 或cat /etc/redhat-release(Linux查看版本當前操做系統發行版信息)ui

  Red Hat Linux release 9 (Shrike)操作系統

  四、# cat /proc/cpuinfo (Linux查看cpu相關信息,包括型號、主頻、內核信息等).net

  processor : 0 vendor_id : AuthenticAMD   cpu family : 15   model : 1   model name : AMD A4-3300M APU with Radeon(tm) HD Graphics   stepping : 0   cpu MHz : 1896.236   cache size : 1024 KB   fdiv_bug : no   hlt_bug : no   f00f_bug : no   coma_bug : no   fpu : yes   fpu_exception : yes   cpuid level : 6   wp : yes   flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall mmxext lm 3dnowext 3dnow   bogomips : 3774.873d

  五、# getconf LONG_BIT (Linux查看版本說明當前CPU運行在32bit模式下, 但不表明CPU不支持64bit)code

  32ip

  六、# lsb_release -a 昨天安裝了CentOS7,在使用 lsb_release -a命令查詢linux系統版本的時候,發現lsb_release這個沒裝,提示錯誤是:

[root@localhost Desktop]# lsb_release -a

bash: lsb_release: command not found...

這裏,分享一下查詢linux系統版本提示bash:lsb_release:command not found錯誤解決辦法.

1.確認lsb_release是否安裝 [root@localhost Desktop]# lsb_release -a

bash: lsb_release: command not found...

這就說明沒有安裝。 2.安裝lsb_release 使用yum安裝lsb,具體命令以下:

[root@localhost Desktop]# yum install -y redhat-lsb

3.驗證lsb是否已經安裝,執行命令,發現能夠查看系統版本。

[root@localhost Desktop]# lsb_release -a

LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch

Distributor ID: CentOS

Description: CentOS Linux release 7.2.1511 (Core)

Release: 7.2.1511

Codename: Core

相關文章
相關標籤/搜索