1. 데스크탑 버전이라면, 다음 메뉴를 찾아가면 된다.
System -> About Ubuntu
2. 터미널에서 확인하는 방법
$ lsb_release -a (또는 $ cat /etc/lsb-release )
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04 LTS
Release: 12.04
Codename: precise
3. 터미널에서 확인하는 방법2
$ cat /etc/issue
Ubuntu 12.04 LTS \n \l
4. 터미널에서 확인하는 방법3
$ cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
추가적으로 사용중인 리눅스 커널을 확인하고 싶으면,
$ uname -a
Linux domain_name 3.2.0-24-generic #39-Ubuntu SMP Mon May 21 16:52:17 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
참고 : https://help.ubuntu.com/community/CheckingYourUbuntuVersion
댓글 쓰기