리눅스에서 OS 버전 확인 명령어는 여러개 있습니다.
[root@localhost /]# uname -a
Linux localhost.localdomain 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost /]# cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
[root@localhost /]# cat /etc/*release*
CentOS Linux release 7.8.2003 (Core)
Derived from Red Hat Enterprise Linux 7.8 (Source)
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)
cpe:/o:centos:centos:7
[root@localhost /]# getconf LONG_BIT
64
리눅스에 APM 설치하기 위한 필수 정보 확인해야 하는 내용입니다.
보안 이슈 Log4j RCE 0-day에 대한 보호(CVE-2021-44228) 업데이트 방법 (0) | 2021.12.13 |
---|---|
리눅스 CentOS - FTP 서버 구축 설치 (0) | 2021.12.01 |
Mysql(MariaDB) 설치후 초기 설정하기 사용자추가/DB생성/권한부여 (0) | 2021.12.01 |
리눅스(centos) APM(Apache/PHP/MySQL) 설치하기 (0) | 2021.11.30 |