查看Linux 版本命令大全

本文收集了所有常见的查看Linux版本的命令,部分资料来自网络!

1.通吃命令
lsb_release -a
例如:
[veking@localhost ~]$ lsb_release -a
LSB Version:    :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: CentOS
Description:    CentOS release 5 (Final)
Release:        5
Codename:       Final

2.其它
uname -a
例如:
Linux localhost.localdomain 2.6.18-53.el5 #1 SMP Mon Nov 12 02:22:48 EST 2007 i686 athlon i386 GNU/Linux
cat /proc/version
例如:
Linux version 2.6.18-53.el5 ([email protected]) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Mon Nov 12 02:22:48 EST 2007
cat /etc/issue
例如:
CentOS release 5 (Final)
Kernel \r on an \m

还有一些其它不常用的查看命令,但是通过以上这些命令,基本能满足大部分的工作需要!
cat /etc/redhat-release


摘自: http://hi.chinaunix.net/?uid-128404-action-viewspace-itemid-12234

你可能感兴趣的:(.net,linux,centos,redhat,gcc)