방법 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"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
'Linux & GIT' 카테고리의 다른 글
Git diff 명령어 (0) | 2019.06.05 |
---|---|
Git 기본 개념 정리 (0) | 2019.06.04 |
리눅스(Ubuntu) 특정 파일 제외 하고 모두 삭제하는 명령어 (0) | 2018.10.25 |
리눅스(Ubuntu) 특정 파일 제외 하고 모두 삭제하는 명령어 (0) | 2018.10.24 |
LSB, MSB 접근에 대한 정확한 이해 (0) | 2018.09.18 |
댓글