본문 바로가기
Knowledge/Linux & Container

CentOS 버전 확인 명령어 모음

by 미네마네모 2020. 6. 9.
Command Description
$ rpm -q centos-release CentOS 6 이상에 유효한 CentOS 버전 확인 명령어. Full Version String 확인 가능
$ lsb_release -d redhat-lsb 패키지 설치 시 사용 가능한 명령어
$ rpm -E % {rhel} 주요 CentOS 버전을 나타내는 rpm 매크로
$ rpm --eval %{centos_ver} 상동
$ cat /etc/centos-release CentOS 6 이상에서만 확인 가능한 명령어

 


https://linuxconfig.org/how-to-check-centos-version

댓글