Ubuntu 的版本號怎麼看? - Linux

Table of Contents

想請教熟悉 Ubuntu 的人,如果我輸入以下指令:

$ uname -v
#55-Ubuntu SMP Mon Jan 10 23:57:16 UTC 2011

這樣子代表 Ubuntu 的版本是什麼呢?5.5嗎?

我不會看啊……Orz

備註:
反觀 FreeBSD 就很清楚:

$ uname -v
FreeBSD 8.1-RELEASE-p1 #0: Mon Oct 18 01:46:34 CST 2010

--

All Comments

Steve avatarSteve2012-02-19
lsb_release
Ina avatarIna2012-02-21
澄清定義:uname -v 顯示的是 kernel 版本, 不是作業系統
Frederica avatarFrederica2012-02-24
不是直接看上面的 關於ubuntu嗎
Leila avatarLeila2012-02-27
cat /etc/issue
Freda avatarFreda2012-02-28
有的時候沒有GUI嘛...
Thomas avatarThomas2012-03-01
cat /etc/*-release
Thomas avatarThomas2012-03-05
lsb_release -r