概要
CentOS,Ubuntuのバージョンを調べる方法について
調べ方
CentOS
[bash]
$cat /etc/redhat-release
CentOS release 6.3 (Final)
[/bash]
Ubuntu
[bash]
$lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 12.10
Release: 12.10
Codename: quantal
[/bash]
以上です。