如何查看Linux系统使用的版本信息呢? 下面这篇文章收集.整理了一些常见的查看Linux系统版本的方法.由于手头只有Oracle Linux.Centos Linux.Redhat Linux三个版本Linux,所以像Debian.Ubuntu之类的Linux系统,下面方法在这些版本都没测试过. 1:more /etc/issue 命令查看 1.1 Oracle Linux [root@DB-Server ~]# more /etc/issue Oracle Linux Server
有的时候需要搜集服务器的各种信息,比如cpu信息,内存信息,linux版本信息,安装的各种软件信息等等.下面总结几种主要指标的查看方法. 1. 查看Linux发行版信息 [root@pcmweb ~]# cat /etc/issueRed Hat Enterprise Linux Server release 5 (Tikanga)Kernel on an m 2.查看Linux内核信息 [root@pcmweb ~]# uname -r2.6.18-8.el5xen 3.查看cpu信息 [