查看linux内核与系统版本
我最常用的也就两个:
uname -a lsb_release -a
下面再分享几个常用的:
查看内核版本命令:
1. uname
[root@localhost ~]# uname Linux
2. uname -r
[root@localhost ~]# uname -r 2.6.18-194.el5
3. uname -a
[root@localhost ~]# uname -a Linux localhost.localdomain 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
4. cat /proc/version
[root@localhost ~]# cat /proc/version Linux version 2.6.18-194.el5 (mockbuild@x86-005.build.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)) #1 SMP Tue Mar 16 21:52:39 EDT 2010
查看linux系统版本:
1. lsb_release -a(lsb为Linux Standard Base缩写)
[root@localhost ~]# lsb_release -a LSB Version: :core-3.1-amd64:core-3.1-ia32:core-3.1-noarch:graphics-3.1-amd64:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: RedHatEnterpriseServer Description: Red Hat Enterprise Linux Server release 5.5 (Tikanga) Release: 5.5 Codename: Tikanga
2. cat /etc/issue
[root@localhost ~]# cat /etc/issue Red Hat Enterprise Linux Server release 5.5 (Tikanga) Kernel \r on an \m