1) 登录到服务器执行 lsb_release -a ,即可列出所有版本信息,例如: [[email]root@3.5.5Biz[/email]-46 ~]# lsb_release -a LSB Version: 1.3 Distributor ID: RedHatEnterpriseAS Description: Red Hat Enterprise linux AS release 4 (Nahant Update 1) Release: 4 Codename: NahantUpdate1 [[email]root@3.5.5Biz[/email]-46 ~]# 这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。 2) 登录到linux执行cat /etc...
我是在ubuntu上,以前rh9只要man 2/3 function就可以了,但在ubuntu上却不行,请问可以通过安装光盘或下载man for系统函数和库函数安装实现码?
几种查看linux版本信息的方法: 1. uname -a 2. cat /proc/version 3. cat /etc/issue 4. lsb_release -a 详解: [root@localhost ~]# uname -alinux localhost.localdomain 2.6.18-53.el5 #1 SMP Mon Nov 12 02:22:48 EST 2007 i686 athlon i386 GNU/linux [root@localhost ~]# lsb_release -aLSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarchDis...
如何查看linux系统版本 作者: falcon 发表日期: 2006-07-02 10:47 复制链接 下面介绍几种查看linux版本信息的方法: 1)uname -a 2)cat /proc/version 3)cat /etc/issue 补充一个: 4) ls /boot 这个下面是一些系统引导文件,主要包括内核映像(内核的压缩文件),系统默认会带上它们的版本号,所有也可以看出内核的版本,不过如果要查看当前正在运行的系统的版本号,而/boot下有多个内...
比如centos 或者是redhat,经常说到系统版本是5.4或者6.0等,系统版本的命名与内核的版本有什么关系吗 ? 可以随意组合吗?如果有关系的话,升级之前如何获得?