[Centos] 버전 확인


 

Cent OS 버전 확인 방법에 대해 알아보겠다.


[수행 환경]

Centos 8.4

[버전 확인 명령어 1]
cat /etc/redhat-release
[결과]
CentOS Linux release 8.4.2105

 

[버전 확인 명령어 2]
cat /etc/*release*
[결과]
CentOS Linux release 8.4.2105
Derived from Red Hat Enterprise Linux 8.4
NAME="CentOS Linux"
VERSION="8"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
CentOS Linux release 8.4.2105
CentOS Linux release 8.4.2105
cpe:/o:centos:centos:8

 

반응형

'운영체제(OS) > Linux,Unix' 카테고리의 다른 글

[Nginx] Cache 적용  (0) 2023.07.13
[Nginx] SSL 적용  (0) 2023.07.12
[Centos] 방화벽 설정  (0) 2023.07.05
[Unix/Linux] awk 사용법  (0) 2017.09.30
[Unix/Linux] vi, vim ^M 제거  (0) 2017.09.28

+ Recent posts