Linux 정보 확인 방법입니다. (OS 종류, OS 버전, CPU, Memory)
# OS 종류 및 버전 확인
$ cat /etc/issue
CentOS release 7.2 (Final)
Kernel \r on an \m
# CPU 확인 방법
$ cat /proc/cpuinfo
# Memory 확인 방법
$ cat /proc/meminfo
$ free -m # -m 은 MB단위, -g는 GB단위
$ free -h # 단위를 보기 쉽게 출력
'리눅스' 카테고리의 다른 글
리눅스 CentOS ssh scp 설치 방법 (0) | 2018.12.23 |
---|---|
리눅스 CentOS 시간 설정하는 방법 (0) | 2018.12.23 |
리눅스 CentOS EPEL 설치 (0) | 2018.12.23 |
리눅스 CentOS Chrome 설치하기 (0) | 2018.12.23 |
리눅스 CentOS 7 ifconfig 설치하는 방법 (0) | 2018.12.23 |