1. OS 버전정보
- cat /etc/redhat-release (OS버전정보)
- uname -a (OS커널정보)
2. CPU 기본 명령어
- cat /proc/cpuinfo (전체 코어수 : grep -c processor /proc/cpuinfo)
- lscpu (전체적인 소켓, cpu, thread 정보를 알 수 있음)
3. CPU 하이퍼스래드 확인
- lscpu | grep Thread (결과값이 2 이상이면 ON)
- cat /proc/cpuinfo | egrep 'siblings|cpu cores' | head -2 (siblings 가 cpu cores 의 배수라면 ON)
4. MEM 기본 명령어
- cat /proc/meminfo
- free
5. DIsk 정보
- fdisk -l
6. network 어댑터 정보
- ifconfig
7. secure boot mode 확인
- mokutil --sb-state
'Operating System > linux' 카테고리의 다른 글
[리눅스] 재부팅 없이 disk rescan 작업 (0) | 2021.11.11 |
---|---|
[리눅스] 서버 IP 변경 (0) | 2021.04.13 |
[리눅스] sed, echo, grep ,awk (0) | 2021.01.21 |
[리눅스] 서버 환경 구성 (0) | 2021.01.19 |
댓글