```Shell # 커널 확인 uname -a # OS 버전확인 cat /etc/issue # bit수 확인 getconf LONG_BIT ```