亚洲精品中文字幕无乱码_久久亚洲精品无码AV大片_最新国产免费Av网址_国产精品3级片

Linux認(rèn)證

Linux操作系統(tǒng)版本要怎么查看

時間:2024-10-11 17:01:26 Linux認(rèn)證 我要投稿
  • 相關(guān)推薦

Linux操作系統(tǒng)版本要怎么查看

  Linux可安裝在各種計算機硬件設(shè)備中,比如手機、平板電腦、路由器、視頻游戲控制臺、臺式計算機、大型機和超級計算機。下面是小編收集Linux操作系統(tǒng)版本,希望大家認(rèn)真閱讀!

  1. 查看內(nèi)核版本命令:

  chen@mylinuxserver:~> cat /proc/version

  Linux version 2.6.5-7.244-smp (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux)) #1 SMP Mon Dec 12 18:32:25 UTC 2005

  /proc 目錄的作用?

  chen@mylinuxserver:/proc> uname -a

  Linux mylinuxserver 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 i686 i686 i386 GNU/Linux

  chen@mylinuxserver:/proc> uname -r

  2.6.5-7.244-smp

  uname命令的作用?

  2. 查看Linux版本:

  1) 登錄到服務(wù)器執(zhí)行 lsb_release -a ,即可列出所有版本信息,例如:

  chen@mylinuxserver:/proc> lsb_release -a

  LSB Version: core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch

  Distributor ID: SUSE LINUX

  Description: SUSE LINUX Enterprise Server 9 (i586)

  Release: 9

  Codename: n/a

  注:這個命令適用于所有的linux,包括Redhat、SuSE、Debian等發(fā)行版。

  2) 登錄到linux執(zhí)行cat /etc/issue,例如如下:

  chen@mylinuxserver:/proc> cat /etc/issue

  Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l).

  3) 登錄到linux執(zhí)行cat /etc/redhat-release ,例如如下:

  chen@mylinuxserver:/proc> cat /etc/*release*

  LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32"

  cat: /etc/lsb-release.d: 是一個目錄

  SUSE LINUX Enterprise Server 9 (i586)

  VERSION = 9

  PATCHLEVEL = 3

【Linux操作系統(tǒng)版本要怎么查看】相關(guān)文章:

Linux查看系統(tǒng)信息命令盤點08-26

關(guān)于linux查看進(jìn)程ps top區(qū)別10-24

如何查看solaris系統(tǒng)的版本和位數(shù)10-10

Linux認(rèn)證基礎(chǔ)知識:linux操作系統(tǒng)目錄結(jié)構(gòu)10-01

Linux操作系統(tǒng)8個經(jīng)典技巧08-06

win7電腦查看bios版本的技巧07-19

怎么查看電腦顯卡配置09-25

Linux認(rèn)證基礎(chǔ)知識:RedHat之查看和修改IP07-21

怎么查看哪些文件已經(jīng)共享10-25

Linux與Win2000操作系統(tǒng)的可靠性比較08-27