Server-Side/Linux [리눅스] OS 확인 준피 2010. 8. 27. 00:23 # uname -mx86_64uname에 -m 옵션을 주면 OS가 몇 비트인지 확인 가능하다.x86_64는 64비트이고, i686은 32비트이다.