로딩
요청 처리 중입니다...

Unix & Linux 명령어

 Unix & Linux 명령어

#유닉스 #리눅스 #AIX #RedHat 메모 prtconf |more uname -a grep -c proc/cpuinfo/wc -l dmidecode -s system -serial -number - 시리얼 넘버 dmidecode -t system - 모델명 grep -c processor /proc/cpuinfo - 코어수 grep processor /proc/cpuinfo |wc -l - 물리 CPU 수 cat /proc/cpuinfo |grep processor |wc -l - CPU 갯수 확인 grep 'cpu cores' /proc/cpuinfo |tail -l - CPU 당 물리 코어 수 free -h - 메모리 확인 cat /proc/mdstat - RAID 정보 확인 cat /etc/hosts - Real IP, Private IP, Virtual IP, Scan IP AIX(UNIX) prtconf |grep -i processor - Number of Proce...

# AIX # RedHat # 리눅스 # 유닉스

원문 링크 : Unix & Linux 명령어