Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- javascript
- catalina.out
- for문
- jQuery
- Java
- mysql
- aws elasticache 활용
- select
- Stack
- Entity Code 치환
- 만들면서 배우는 클린 아키텍처
- sftp
- docker 컨테이너로 띄우기
- Tomcat
- 초단위
- insert
- 자바
- Linux
- js
- 특수문자 치환
- 자바스크립트
- springboot+redis
- 톰캣
- redis + spring boot 함께
- 제이쿼리
- Docker Compose
- 정규식
- architecture
- 리눅스
- 엔티티 코드 치환
Archives
- Today
- Total
꾸준하게, 차근차근
[Linux] OS버전 확인하기 본문
1. 일반적인 커널에 대한 정보
[root@idcserver ~]$ uname -a
Linux idcserver 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
2. OS버전에 대한 정보 1
[root@idcserver ~]$ cat /etc/issue
\S
Kernel \r on an \m
3. OS버전에 대한 정보 2
[root@idcserver ~]$ cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
4. OS버전에 대한 정보 3
[root@idcserver ~]$ cat /etc/*release*
CentOS Linux release 7.9.2009 (Core)
Derived from Red Hat Enterprise Linux 7.9 (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.9.2009 (Core)
CentOS Linux release 7.9.2009 (Core)
cpe:/o:centos:centos:7
5. OS bit 확인하기
[root@idcserver ~]$ getconf LONG_BIT
64
🙏 참조 ::
'Linux' 카테고리의 다른 글
[Linux] sftp 패스워드 없이 key 인증으로 접속 (0) | 2022.05.25 |
---|---|
[Linux] Crontab(크론탭) 시간 설정 (0) | 2022.04.28 |
[Linux] nohup 명령어 (0) | 2022.04.28 |
[Etc] keytool, OpenSSL, Tomcat 사용 SSL 설정 (0) | 2021.11.26 |
[Linux] centOS7 방화벽(firewall) 포트 오픈 방법 (0) | 2021.01.29 |