Obsidian/Recognition/Programing/Linux/Linux 명령어/리눅스 OS 버전확인.md

108 B

# 커널 확인
uname -a

# OS 버전확인
cat /etc/issue

# bit수 확인
getconf LONG_BIT