본문 바로가기
Linux & GIT

리눅스(Ubuntu 14.04.5 LTS) 버전 확인 방법

by 누워서 코딩 2018. 10. 24.

방법 1 : 간단한 우분투 버전 확인 방법

$cat /etc/issue
Ubuntu 14.04.5 LTS \n \l

방법 2 : 간단한 우분투 버전 발행 이력 확인 방법

$  lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.5 LTS
Release:        14.04
Codename:       trusty

방법 3 : 우분투 커널 버전 확인

$uname -a
Linux srv-krs-linux05 4.4.0-116-generic #140~14.04.1-Ubuntu SMP Fri Feb 16 09:25:20 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

방법 4 : 상세한 우분투 버전 확인 방법, 상세 발행 이력 포함

$ cat /etc/*release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.5 LTS"
NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.5 LTS"
VERSION_ID="14.04"

댓글