티스토리 뷰

Q. 리눅스 시스템정보(OS, CPU, CPU Core, Bit, Memory, HDD)를 알고싶다.



OS

cat /etc/redhat-release



CPU

cat /proc/cpuinfo | grep 'model name' | cut -d: -f2 | head -1



CORE

grep 'cpu cores' /proc/cpuinfo | sort -u



BIT

getconf LONG_BIT



MEMORY

cat /proc/meminfo | grep 'MemTotal' | cut -d: -f2



HDD

df -P | grep -v ^Filesystem | awk '{sum += $2} END { print sum/1024/1024 " GB" }'

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2025/01   »
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 31
글 보관함