Study/Linux|Shell

[Linux] 서버 os버전 확인

촉촉한초코니 2023. 1. 4. 00:07
728x90
반응형

#서버 os버전 확인

cat /etc/*release

CentOS Linux release 7.8.2003 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"


CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"


CentOS Linux release 7.8.2003 (Core)
CentOS Linux release 7.8.2003 (Core)

 

728x90
반응형

'Study > Linux|Shell' 카테고리의 다른 글

[Linux] 자주쓰는 리눅스 명령어  (0) 2023.01.16
[Linux] port 확인하기  (0) 2023.01.11
[CentOS] CentOS7 방화벽 해제  (0) 2023.01.11
[shell] Case 조건문  (0) 2023.01.11