프로그래밍/서버

[리눅스]OS버전확인

guitarhero 2017. 9. 26. 16:32
728x90

리눅스 버전 확인 방법


굉장히 간다하지만 모르면 못쓴다 

1. uname -a

2. cat /etc/*-release | uniq

cat /etc/*-release | uniq

이렇게 치면 아래와 같이 서버의 정보가 나오게 된다.

NAME="Red Hat Enterprise Linux Server" VERSION="7.2 (Maipo)" ID="rhel" ID_LIKE="fedora" VERSION_ID="7.2" PRETTY_NAME="Red Hat Enterprise Linux Server 7.2 (Maipo)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:redhat:enterprise_linux:7.2:GA:server" HOME_URL="https://www.redhat.com/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7" REDHAT_BUGZILLA_PRODUCT_VERSION=7.2 REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" REDHAT_SUPPORT_PRODUCT_VERSION="7.2" Red Hat Enterprise Linux Server release 7.2 (Maipo)



728x90